qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs Makefile


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs Makefile
Date: Wed, 11 Apr 2018 09:37:39 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        18/04/11 09:37:39

Modified files:
        .              : Makefile 

Log message:
        add filelist and archive Makefile target

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/Makefile?cvsroot=qemacs&r1=1.104&r2=1.105

Patches:
Index: Makefile
===================================================================
RCS file: /sources/qemacs/qemacs/Makefile,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -b -r1.104 -r1.105
--- Makefile    11 Apr 2018 13:37:07 -0000      1.104
+++ Makefile    11 Apr 2018 13:37:39 -0000      1.105
@@ -602,11 +602,11 @@
        ( cd /tmp ; tar cfz $(HOME)/$(FILE).tar.gz $(FILE) )
        rm -rf /tmp/$(FILE)
 
-archive: filelist
+archive: .filelist
        rm -f $(HOME)/$(FILE).tar.gz
        rm -rf /tmp/$(FILE)
        mkdir -p /tmp/$(FILE)
-       tar cf - -T filelist | (cd /tmp/$(FILE) ; tar xf - )
+       tar cf - -T .filelist | (cd /tmp/$(FILE) ; tar xf - )
        ( cd /tmp ; tar cfz $(HOME)/$(FILE).tar.gz $(FILE) )
        rm -rf /tmp/$(FILE)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]