[X2Go-Commits] [nx-libs] 02/05: Makefile: Add clean/distclean target calls for nxdialog subdir to master Makefile's clean/distclean targets.
git-admin at x2go.org
git-admin at x2go.org
Mon Apr 8 11:52:17 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository nx-libs.
commit 34011ccadea1b6fe7a49dc21df9240265b7b81a1
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Apr 7 21:59:00 2019 +0200
Makefile: Add clean/distclean target calls for nxdialog subdir to master Makefile's clean/distclean targets.
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 0657bcb..898e524 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,7 @@ clean: version imakeconfig
test -f nx-X11/lib/Makefile && ${MAKE} -C nx-X11/lib clean || true
test -f nxcompshad/Makefile && ${MAKE} -C nxcompshad clean || true
test -d nx-X11 && ${MAKE} clean-env || true
+ test -f nxdialog/Makefile && ${MAKE} -C nxdialog clean || true
distclean: clean version imakeconfig
test -f nxcomp/Makefile && ${MAKE} -C nxcomp distclean || true
@@ -74,6 +75,7 @@ distclean: clean version imakeconfig
test -f nx-X11/lib/Makefile && ${MAKE} -C nx-X11/lib distclean || true
test -f nxcompshad/Makefile && ${MAKE} -C nxcompshad distclean || true
test -d nx-X11 && ${MAKE} -C nx-X11 distclean || true
+ test -f nxdialog/Makefile && ${MAKE} -C nxdialog distclean || true
test -x ./mesa-quilt && ./mesa-quilt pop -a
$(RM_DIR_REC) nx-X11/extras/Mesa/.pc/
$(RM_FILE) nx-X11/config/cf/nxversion.def
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list