chore(library/Makefile.in): update stage1/CMakeLists.txt only when out of date
not sure this really improves anything
This commit is contained in:
parent
ee15a70098
commit
8a04ae56d5
1 changed files with 3 additions and 1 deletions
|
|
@ -34,9 +34,11 @@ $(STAGE1_DIR)/%.cpp: %.lean %.olean
|
|||
@mkdir -p $(@D)
|
||||
$(LEAN) $(OPTS) --cpp=$@ $<
|
||||
|
||||
export-stage1: $(CPPS)
|
||||
$(STAGE1_DIR)/CMakeLists.txt: $(CPPS)
|
||||
echo "add_library (cpp_stage1 OBJECT $(CPPS_CORE))" > $(STAGE1_DIR)/CMakeLists.txt
|
||||
|
||||
export-stage1: $(STAGE1_DIR)/CMakeLists.txt
|
||||
|
||||
update-stage0:
|
||||
rm -r $(STAGE0_DIR)/init
|
||||
cp -R $(STAGE1_DIR)/init $(STAGE0_DIR)/init
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue