Patch for clean, distclean and maintainer-clean targets for U3 packaging.
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 4 Oct 2006 18:08:51 +0000 (18:08 +0000)
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 4 Oct 2006 18:08:51 +0000 (18:08 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19431 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.nmake

index e04b28e0b9b54c334f7552ceb5ac056e582f989a..f5dbd18c70c4befae817e6a162b3549c940ba425 100644 (file)
@@ -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