*** empty log message ***
This commit is contained in:
parent
60e8b7a864
commit
0912a92668
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -11,7 +11,6 @@ LOCALDIR=$(shell pwd)
|
||||||
LASTONSERVER = $(shell ssh glenux.ath.cx -l warbrain "ls -rt ~/Projet/Archives/$(PRJNAME)* | tail -n 1")
|
LASTONSERVER = $(shell ssh glenux.ath.cx -l warbrain "ls -rt ~/Projet/Archives/$(PRJNAME)* | tail -n 1")
|
||||||
#MAILS=warbrain@glenux.ath.cx
|
#MAILS=warbrain@glenux.ath.cx
|
||||||
#MAILS=glenuxian@airpost.net rolland@dptmaths.ens-cachan.fr el_shogun@netcourrier.com rolandgl@ufr-info-p7.jussieu.fr
|
#MAILS=glenuxian@airpost.net rolland@dptmaths.ens-cachan.fr el_shogun@netcourrier.com rolandgl@ufr-info-p7.jussieu.fr
|
||||||
WGET=wget -P lib/
|
|
||||||
|
|
||||||
all: subdir
|
all: subdir
|
||||||
|
|
||||||
|
@ -37,9 +36,7 @@ package: clean createpackage sendtoarchives
|
||||||
#mail: clean createpackage sendpackage sendtoarchives
|
#mail: clean createpackage sendpackage sendtoarchives
|
||||||
|
|
||||||
createpackage:
|
createpackage:
|
||||||
mv lib ../lib$(GDATE)
|
|
||||||
tar -cjvf $(PATH_GFILENAME) -C ../ $(PRJNAME)
|
tar -cjvf $(PATH_GFILENAME) -C ../ $(PRJNAME)
|
||||||
mv ../lib$(GDATE) lib
|
|
||||||
|
|
||||||
sendtoarchives:
|
sendtoarchives:
|
||||||
mv $(PATH_GFILENAME) ../Archives
|
mv $(PATH_GFILENAME) ../Archives
|
||||||
|
|
Loading…
Reference in a new issue