Makefile: PORTAGE_DIR: touch the directory when it's unpacked.

Otherwise it retains the same timestamp as the tarball, which may not
trigger a stage4 rebuild.
This commit is contained in:
Albert Hopkins 2015-03-01 12:47:02 +00:00
parent 1a36e228c0
commit 58d4bad383
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ ifeq ($(EMERGE_RSYNC),YES)
@scripts/echo Syncing portage tree
$(inroot) emerge --sync --quiet
endif
touch $(PORTAGE_DIR)
$(PREPROOT): $(STAGE3) $(PORTAGE_DIR) configs/fstab
mkdir -p $(PKGDIR) $(DISTDIR)