Diff for /loncom/build/Makefile between versions 1.156 and 1.157

version 1.156, 2003/12/09 20:18:23 version 1.157, 2004/02/10 22:17:13
Line 410  sendmail_fix: Line 410  sendmail_fix:
  perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \   perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
  tee -a WARNINGS   tee -a WARNINGS
   
   ownership_fix:
    cat $(SOURCE)/doc/loncapafiles/ownership_fix.piml | \
    perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
    tee -a WARNINGS
   
 postinstall:  postinstall:
  make webserverconf   make webserverconf
  make reseval_fixup   make reseval_fixup
Line 417  postinstall: Line 422  postinstall:
  make clearoutoldspreadsheetcache   make clearoutoldspreadsheetcache
  make sanitycheck   make sanitycheck
  make sendmail_fix   make sendmail_fix
    make ownership_fix
   
 VERSION:  VERSION:
  install -d $(TARGET)/etc   install -d $(TARGET)/etc

Removed from v.1.156  
changed lines
  Added in v.1.157


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