Diff for /loncom/build/Makefile between versions 1.161 and 1.161.2.2

version 1.161, 2004/06/08 20:10:30 version 1.161.2.2, 2004/06/08 23:13:22
Line 10 Line 10
 # ======================================= Default settings for Makefile options  # ======================================= Default settings for Makefile options
 DISTPROBE=`perl ./distprobe`  DISTPROBE=`perl ./distprobe`
 DIST=$(DISTPROBE)  DIST=$(DISTPROBE)
 CATEGORY="development"  CATEGORY="runtime"
 SOURCE=../..  SOURCE=../..
 TARGET=""  TARGET=""
 NORESTORECONF="0"  NORESTORECONF="0"
Line 22  SAVE=program.pl.$(TIMESTAMP) Line 22  SAVE=program.pl.$(TIMESTAMP)
 LAUNCHSAVE=$(OUTSTREAM) $(SAVE)  LAUNCHSAVE=$(OUTSTREAM) $(SAVE)
 METAMTARGET=""  METAMTARGET=""
 MTARGET=""  MTARGET=""
 VERSION=CVS_HEAD  VERSION=1.1.99.0
 # The current working definition for "RELEASE" is: changes not in the software,  # The current working definition for "RELEASE" is: changes not in the software,
 # but in the operating system dependent packaging of the software.  Thus, the  # but in the operating system dependent packaging of the software.  Thus, the
 # generic tarball releases do not need to have a release number specified.  # generic tarball releases do not need to have a release number specified.

Removed from v.1.161  
changed lines
  Added in v.1.161.2.2


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