[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs Makefile libqhtml/Makefile
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs Makefile libqhtml/Makefile |
Date: |
Sat, 23 Nov 2013 10:54:33 +0000 |
CVSROOT: /sources/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 13/11/23 10:54:33
Modified files:
. : Makefile
libqhtml : Makefile
Log message:
remove dSYM directories on target clean
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/Makefile?cvsroot=qemacs&r1=1.51&r2=1.52
http://cvs.savannah.gnu.org/viewcvs/qemacs/libqhtml/Makefile?cvsroot=qemacs&r1=1.5&r2=1.6
Patches:
Index: Makefile
===================================================================
RCS file: /sources/qemacs/qemacs/Makefile,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- Makefile 22 Nov 2013 20:04:40 -0000 1.51
+++ Makefile 23 Nov 2013 10:54:32 -0000 1.52
@@ -343,6 +343,7 @@
#
clean:
$(MAKE) -C libqhtml clean
+ rm -rf *.dSYM
rm -f *~ *.o *.a *.exe *_g TAGS gmon.out core *.exe.stackdump \
qe tqe qfribidi kmaptoqe ligtoqe html2png fbftoqe fbffonts.c \
cptoqe jistoqe allmodules.txt basemodules.txt '.#'*[0-9] \
Index: libqhtml/Makefile
===================================================================
RCS file: /sources/qemacs/qemacs/libqhtml/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- libqhtml/Makefile 4 Jun 2008 08:49:26 -0000 1.5
+++ libqhtml/Makefile 23 Nov 2013 10:54:33 -0000 1.6
@@ -70,6 +70,7 @@
./csstoqe docbook_style < $< > $@
clean:
+ rm -rf *.dSYM
rm -f *~ *.o *.a *.exe *_g TAGS gmon.out core *.exe.stackdump \
csstoqe html_style.c docbook_style.c \
$(OBJS_DIR)/*.o
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemacs-commit] qemacs Makefile libqhtml/Makefile,
Charlie Gordon <=