[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: |
Sun, 01 Jun 2014 17:34:40 +0000 |
CVSROOT: /sources/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 14/06/01 17:34:40
Modified files:
. : Makefile
libqhtml : Makefile
Log message:
fix clean target
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/Makefile?cvsroot=qemacs&r1=1.68&r2=1.69
http://cvs.savannah.gnu.org/viewcvs/qemacs/libqhtml/Makefile?cvsroot=qemacs&r1=1.8&r2=1.9
Patches:
Index: Makefile
===================================================================
RCS file: /sources/qemacs/qemacs/Makefile,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- Makefile 30 May 2014 21:31:46 -0000 1.68
+++ Makefile 1 Jun 2014 17:34:39 -0000 1.69
@@ -393,11 +393,10 @@
#
clean:
$(MAKE) -C libqhtml clean
- rm -rf *.dSYM
+ rm -rf *.dSYM $(OBJS_DIR) $(TOBJS_DIR)
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] \
- $(OBJS_DIR)/*.o
+ cptoqe jistoqe allmodules.txt basemodules.txt '.#'*[0-9]
distclean: clean
rm -rf config.h config.mak $(OBJS_DIR) $(TOBJS_DIR)
Index: libqhtml/Makefile
===================================================================
RCS file: /sources/qemacs/qemacs/libqhtml/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- libqhtml/Makefile 30 May 2014 21:31:47 -0000 1.8
+++ libqhtml/Makefile 1 Jun 2014 17:34:39 -0000 1.9
@@ -93,7 +93,6 @@
./csstoqe docbook_style < $< > $@
clean:
- rm -rf *.dSYM
+ rm -rf *.dSYM $(OBJS_DIR)
rm -f *~ *.o *.a *.exe *_g TAGS gmon.out core *.exe.stackdump \
- csstoqe html_style.c docbook_style.c \
- $(OBJS_DIR)/*.o
+ csstoqe html_style.c docbook_style.c
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemacs-commit] qemacs Makefile libqhtml/Makefile,
Charlie Gordon <=