Commit 41c5c253 authored by Mike Gabriel's avatar Mike Gabriel

fix distclean for patch 001_add-main-makefile.patch

parent b026a800
Add main Makefile to build all NX subprojects in this source tree.--- /dev/null --- /dev/null
+++ b/Makefile +++ b/Makefile
@@ -0,0 +1,33 @@ @@ -0,0 +1,33 @@
+#!/usr/bin/make -f +#!/usr/bin/make -f
...@@ -16,7 +16,7 @@ Add main Makefile to build all NX subprojects in this source tree.--- /dev/null ...@@ -16,7 +16,7 @@ Add main Makefile to build all NX subprojects in this source tree.--- /dev/null
+ +
+ +
+distclean: +distclean:
+ cd nx-X11 && test -f Makefile && make clean || true + cd nx-X11 && test -f Makefile && make $@ || true
+ cd nxcomp && test -f Makefile && make $@ || true + cd nxcomp && test -f Makefile && make $@ || true
+ cd nxcompext && test -f Makefile && make $@ || true + cd nxcompext && test -f Makefile && make $@ || true
+ cd nxcompshad && test -f Makefile && make $@ || true + cd nxcompshad && test -f Makefile && make $@ || true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment