committer: mfx <mfx> 1109816699 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2005-03-03 02:24:59 +00:00
parent 0bc6a1a7f1
commit 949587334c
2 changed files with 6 additions and 7 deletions

View File

@ -18,14 +18,15 @@ all mostlyclean clean distclean maintainer-clean:
dist: distclean
false
zip:
cd .. && rm -f upx-current.zip && zip -r upx-current.zip upx
cvs-admin-ko:
cvs admin -ko .
cvs update -P -d
ChangeLog:
# automatically generate ChangeLog from CVS
ChangeLog: ChangeLog.cvs
ChangeLog.cvs:
perl $(srcdir)/scripts/cvs2cl.pl --utc -f ChangeLog.cvs
ChangeLog.cvsps:
@ -35,5 +36,3 @@ ChangeLog.cvsps:
.PHONY: all mostlyclean clean distclean maintainer-clean
.PHONY: dist cvs-admin-ko ChangeLog
.NOEXPORT:

View File

@ -38,7 +38,7 @@ upx.out: $(upx_OBJECTS) $(upx_DEPENDENCIES)
$(strip $(CXX) $(call e,CPPFLAGS) $(call e,CXXFLAGS) -o $@ -c $<)
mostlyclean clean distclean maintainer-clean:
rm -f *.d *.map *.o *.res upx.out
rm -f *.d *.map *.o *.obj *.res upx.exe upx.out
-include *.d
.PHONY: all mostlyclean clean distclean maintainer-clean