--- pine4.51/doc/tech-notes/Makefile.buildconf 1998-05-11 22:33:59 +0400 +++ pine4.51/doc/tech-notes/Makefile 2002-12-29 23:53:04 +0300 @@ -59,9 +59,14 @@ .SUFFIXES: .html .txt +all:: tech-notes.txt + tech-notes.txt: $(TXTS) cat $(TXTS) > tech-notes.txt - rm $(TXTS) + +clean:: + rm -rf $(TXTS) + rm -rf tech-notes.txt www: $(ALLSRC) cp $(ALLSRC) $(WWWDIR) @@ -69,4 +74,3 @@ .html.txt: $(HTML2TXT) $< > $@ - --- pine4.51/pine/osdep/os-lnx.h.buildconf 2001-02-07 04:05:06 +0300 +++ pine4.51/pine/osdep/os-lnx.h 2002-12-29 23:53:04 +0300 @@ -60,7 +60,7 @@ there should be a dummy disk_quota() routine in os-xxx.c so that defining this won't be harmful anyway. ----*/ -/* #define USE_QUOTAS */ +#define USE_QUOTAS --- pine4.51/pine/makefile.lnx.buildconf 2002-12-29 23:53:04 +0300 +++ pine4.51/pine/makefile.lnx 2002-12-29 23:53:04 +0300 @@ -99,7 +99,7 @@ $(CC) -o pine-use pine-use.c clean: - $(RM) *.o os.h os.c helptext.c helptext.h pine rpdump rpload + $(RM) *.o os.h os.c helptext.c helptext.h pine rpdump rpload date.c cd osdep; make clean; cd .. os.h: osdep/os-lnx.h --- pine4.51/build.buildconf 2002-12-09 20:54:38 +0300 +++ pine4.51/build 2002-12-29 23:58:00 +0300 @@ -490,6 +490,7 @@ make $makeargs -f makefile.ult clean echo "Done" cd "$PHOME" + rm -f .bld.hlp imapd mtest ;; no-target)