aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2006-10-04 18:08:51 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2006-10-04 18:08:51 +0000
commit012a218a517bbc44dcd67334bcc88ade545b4603 (patch)
treea1df2ac556e6ee523c2d3c0b9869bdcb77d86ad8 /Makefile.nmake
parentd701298da8ebc7cd8956202a18cfdc7ab07ff710 (diff)
Patch for clean, distclean and maintainer-clean targets for U3 packaging.
svn path=/trunk/; revision=19431
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index e04b28e0b9..f5dbd18c70 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -337,7 +337,9 @@ clean: clean_gtk2.tmp clean-deps
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../packaging/nsis
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
- cd ../..
+ cd ../u3/win32
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ../../..
# "distclean" removes all files not part of the distribution.
# It does not remove generated files that are part of the distribution.
@@ -363,7 +365,9 @@ distclean: clean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../packaging/nsis
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
- cd ../..
+ cd ../u3/win32
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
+ cd ../../..
# Make "maintainer-clean" only if you would like to remove ALL generated
# files.
@@ -390,7 +394,9 @@ maintainer-clean: distclean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../packaging/nsis
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
- cd ../..
+ cd ../u3/win32
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
+ cd ../../..
tools::
cd tools