File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
# Date: 2014-08-12
7
7
# -------------------------------------------------------------------------------
8
8
9
- build ?= debug
10
- BUILD_ARG := $(shell echo $(build ) | tr 'A-Z' 'a-z')
11
- REBOOSTR_FILE := build/.bootstrap
9
+ build ?= debug
10
+ BUILD_ARG := $(shell echo $(build ) | tr 'A-Z' 'a-z')
11
+ REBOOTSTR_FILE := . build/.bootstrap
12
12
13
13
-include build/cache.mk
14
14
@@ -22,9 +22,9 @@ distclean:
22
22
bootstrap :
23
23
@$(MAKE ) -f build-aux/bootstrap.mk --no-print-directory $@ $(MAKEOVERRIDES )
24
24
25
- rebootstrap : $(REBOOSTR_FILE )
26
- $(if $(build ) ,$(filter-out build=% ,$(shell cat $(REBOOSTR_FILE ) ) ) \
27
- build =$(BUILD_ARG ) ,$(shell cat $(REBOOSTR_FILE ) ) ) --no-print-directory $(MAKEOVERRIDES )
25
+ rebootstrap : $(REBOOTSTR_FILE )
26
+ $(if $(build ) ,$(filter-out build=% ,$(shell cat $(REBOOTSTR_FILE ) ) ) \
27
+ build =$(BUILD_ARG ) ,$(shell cat $(REBOOTSTR_FILE ) ) ) --no-print-directory $(MAKEOVERRIDES )
28
28
29
29
test :
30
30
CTEST_OUTPUT_ON_FAILURE=TRUE $(generator ) -C$(DIR ) $(VERBOSE ) -j$(shell nproc) $@
40
40
41
41
build/cache.mk :
42
42
43
- $(REBOOSTR_FILE ) :
43
+ $(REBOOTSTR_FILE ) :
44
44
@echo " Rerun 'make bootstrap'!" && false
45
45
46
46
.DEFAULT :
You can’t perform that action at this time.
0 commit comments