aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-27 14:59:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-27 14:59:33 +0000
commiteb5017551de7419f867f0e44165764b81a85ec75 (patch)
tree9d94a20bd0b2f70e815acab396c6aa1abad50128 /packages
parentb40cec17ae74f22c8493b7cb065f00689814d53a (diff)
added package_clean target
svn path=/trunk/; revision=5012
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/win32_inno/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile
index eee0a455..0d54a9d2 100755
--- a/packages/win32_inno/Makefile
+++ b/packages/win32_inno/Makefile
@@ -138,12 +138,14 @@ distclean: clean
cd $(packages_src) && make $(DEST_PATHS) distclean
-clean:
+package_clean:
-rm $(PD_INNO_SETUP)
- -cd $(packages_src) && make $(DEST_PATHS) clean
-
+ -chmod -R +w $(DESTDIR)
+ -rm -rf $(DESTDIR)
+clean: package_clean
+ cd $(packages_src) && make $(DEST_PATHS) clean
test_locations: