summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-12-02 23:02:52 +0000
committerColin Guthrie <colin@mageia.org>2013-12-07 18:32:06 +0000
commit2ad4c4fc0b990dd0db23cdee815ac2a13c60929d (patch)
treedd214b57609f9760932a7a738bcd3675c61a2943
parent8faa57a8737a0e1a163fbd91d86065784ea5d44d (diff)
downloaddrakx-2ad4c4fc0b990dd0db23cdee815ac2a13c60929d.tar
drakx-2ad4c4fc0b990dd0db23cdee815ac2a13c60929d.tar.gz
drakx-2ad4c4fc0b990dd0db23cdee815ac2a13c60929d.tar.bz2
drakx-2ad4c4fc0b990dd0db23cdee815ac2a13c60929d.tar.xz
drakx-2ad4c4fc0b990dd0db23cdee815ac2a13c60929d.zip
rescue: Rebuild the image when anything in the tree folder is changed.
-rw-r--r--rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/Makefile b/rescue/Makefile
index 064670531..473bdd14a 100644
--- a/rescue/Makefile
+++ b/rescue/Makefile
@@ -10,7 +10,7 @@ all: $(RESCUE)
install: $(RESCUE)
cp -f $< $(STAGE2_DEST)
-$(RESCUE): list.xml drvinst guessmounts lsparts rescue-doc make_rescue_img
+$(RESCUE): $(wildcard tree/**/*) list.xml drvinst guessmounts lsparts rescue-doc make_rescue_img
DISTRIB_DESCR=$(DISTRIB_DESCR) ./make_rescue_img
dist: tar