Skip to content
Snippets Groups Projects

Don't run fetch if rebuilding

Merged Ron Williams requested to merge rw_van/redox:no-fetch-on-rebuild into master
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
@@ -20,8 +20,9 @@ else
cd cookbook && \
./repo.sh $(REPO_NONSTOP) "$${PACKAGES}"
mkdir -p $(BUILD)
# make sure fetch.tag is newer than the things repo modifies
touch $<
# make sure fstools.tag and fetch.tag are newer than the things repo modifies
touch $(FSTOOLS_TAG)
touch $(BUILD)/fetch.tag
touch $@
endif
Loading