mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Revert "[cmake] Add rule to generate FBVF"
This reverts commit e4c59ac60a
.
I hadn't seen the FBVF rule in the `Version` CMake file. There's
something else going on here.
This commit is contained in:
parent
e4c59ac60a
commit
9e1576bdc4
1 changed files with 5 additions and 10 deletions
|
@ -112,17 +112,12 @@ FISH_CREATE_DIRS(${rel_datadir}/pkgconfig ${extra_completionsdir}
|
||||||
# @echo "Installing pkgconfig file"
|
# @echo "Installing pkgconfig file"
|
||||||
# $v $(INSTALL) -m 644 fish.pc $(DESTDIR)$(datadir)/pkgconfig
|
# $v $(INSTALL) -m 644 fish.pc $(DESTDIR)$(datadir)/pkgconfig
|
||||||
CONFIGURE_FILE(fish.pc.in fish.pc.noversion)
|
CONFIGURE_FILE(fish.pc.in fish.pc.noversion)
|
||||||
|
|
||||||
ADD_CUSTOM_COMMAND(OUTPUT ${FBVF}
|
|
||||||
COMMAND ./build_tools/git_version_gen.sh
|
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
|
|
||||||
|
|
||||||
ADD_CUSTOM_COMMAND(OUTPUT fish.pc
|
ADD_CUSTOM_COMMAND(OUTPUT fish.pc
|
||||||
COMMAND sed '/Version/d' fish.pc.noversion > fish.pc
|
COMMAND sed '/Version/d' fish.pc.noversion > fish.pc
|
||||||
COMMAND echo -n "Version: " >> fish.pc
|
COMMAND echo -n "Version: " >> fish.pc
|
||||||
COMMAND sed 's/FISH_BUILD_VERSION=//\;s/\"//g' ${FBVF} >> fish.pc
|
COMMAND sed 's/FISH_BUILD_VERSION=//\;s/\"//g' ${FBVF} >> fish.pc
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||||
DEPENDS ${FBVF} ${CMAKE_CURRENT_BINARY_DIR}/fish.pc.noversion)
|
DEPENDS ${FBVF} ${CMAKE_CURRENT_BINARY_DIR}/fish.pc.noversion)
|
||||||
|
|
||||||
ADD_CUSTOM_TARGET(build_fish_pc ALL DEPENDS fish.pc)
|
ADD_CUSTOM_TARGET(build_fish_pc ALL DEPENDS fish.pc)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue