Diff for /loncom/build/Makefile between versions 1.136 and 1.138

version 1.136, 2002/10/13 17:35:04 version 1.138, 2002/12/12 21:08:45
Line 23  SAVE=program.pl.$(TIMESTAMP) Line 23  SAVE=program.pl.$(TIMESTAMP)
 LAUNCHSAVE=$(OUTSTREAM) $(SAVE)  LAUNCHSAVE=$(OUTSTREAM) $(SAVE)
 METAMTARGET=""  METAMTARGET=""
 MTARGET=""  MTARGET=""
 VERSION=0.5  VERSION=0.6
 DIRTARGET=loncapa-$(VERSION)  DIRTARGET=loncapa-$(VERSION)
   
 # =============================================== Help targets for the Makefile  # =============================================== Help targets for the Makefile
Line 365  reseval_fixup: Line 365  reseval_fixup:
  perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \   perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
  tee -a WARNINGS   tee -a WARNINGS
   
   clearoutoldspreadsheetcache:
    cat $(SOURCE)/doc/loncapafiles/clearoutoldspreadsheetcache.piml | \
    perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
    tee -a WARNINGS
   
 sendmail_fix:  sendmail_fix:
  cat $(SOURCE)/doc/loncapafiles/sendmail_fix.piml | \   cat $(SOURCE)/doc/loncapafiles/sendmail_fix.piml | \
  perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \   perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
Line 373  sendmail_fix: Line 378  sendmail_fix:
 postinstall:  postinstall:
  make webserverconf   make webserverconf
  make reseval_fixup   make reseval_fixup
    make clearoutoldspreadsheetcache
  make sanitycheck   make sanitycheck
  make sendmail_fix   make sendmail_fix
   

Removed from v.1.136  
changed lines
  Added in v.1.138


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>