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:
parent
1a36e228c0
commit
58d4bad383
1
Makefile
1
Makefile
|
@ -106,6 +106,7 @@ ifeq ($(EMERGE_RSYNC),YES)
|
||||||
@scripts/echo Syncing portage tree
|
@scripts/echo Syncing portage tree
|
||||||
$(inroot) emerge --sync --quiet
|
$(inroot) emerge --sync --quiet
|
||||||
endif
|
endif
|
||||||
|
touch $(PORTAGE_DIR)
|
||||||
|
|
||||||
$(PREPROOT): $(STAGE3) $(PORTAGE_DIR) configs/fstab
|
$(PREPROOT): $(STAGE3) $(PORTAGE_DIR) configs/fstab
|
||||||
mkdir -p $(PKGDIR) $(DISTDIR)
|
mkdir -p $(PKGDIR) $(DISTDIR)
|
||||||
|
|
Loading…
Reference in New Issue