mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 10:07:03 +08:00
GNUMakefile: remove redundant CMake arguments
This commit is contained in:
parent
a24ceaf0df
commit
c890982c90
|
@ -43,9 +43,8 @@ build/fish: build/$(BUILDFILE)
|
||||||
# Use build as an order-only dependency. This prevents the target from always being outdated
|
# Use build as an order-only dependency. This prevents the target from always being outdated
|
||||||
# after a make run, and more importantly, doesn't clobber manually specified CMake options.
|
# after a make run, and more importantly, doesn't clobber manually specified CMake options.
|
||||||
build/$(BUILDFILE): | build
|
build/$(BUILDFILE): | build
|
||||||
cd build; $(CMAKE) .. -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -G "$(GENERATOR)" \
|
cd build; $(CMAKE) .. -G "$(GENERATOR)" \
|
||||||
-DCMAKE_INSTALL_PREFIX="$(PREFIX)" -DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
|
-DCMAKE_INSTALL_PREFIX="$(PREFIX)" -DCMAKE_EXPORT_COMPILE_COMMANDS=1
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user