diff options
author | Colin Guthrie <colin@mageia.org> | 2013-12-02 23:02:52 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-12-07 18:32:06 +0000 |
commit | 2ad4c4fc0b990dd0db23cdee815ac2a13c60929d (patch) | |
tree | dd214b57609f9760932a7a738bcd3675c61a2943 /rescue | |
parent | 8faa57a8737a0e1a163fbd91d86065784ea5d44d (diff) | |
download | drakx-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.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/Makefile | 2 |
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 |