(file) Return to Makefile CVS log (file) (dir) Up to [XFree86 CVS] / xc

Diff for /xc/Makefile between version 3.6 and 3.6.2.1

version 3.6, 1996/12/23 05:49:50 version 3.6.2.1, 1997/05/03 04:53:19
Line 1 
Line 1 
 # $XConsortium: Makefile /main/36 1996/11/13 14:42:50 lehors $ # $XConsortium: Makefile /main/36 1996/11/13 14:42:50 lehors $
 # $XFree86: xc/Makefile,v 3.5 1996/03/04 04:19:16 dawes Exp $  # $XFree86: xc/Makefile,v 3.6 1996/12/23 05:49:50 dawes Exp $
  
 # Luna users will need to either run make as "make MAKE=make" # Luna users will need to either run make as "make MAKE=make"
 # or add "MAKE = make" to this file. # or add "MAKE = make" to this file.
Line 46 
Line 46 
         ;; esac;         ;; esac;
         @date         @date
         @echo ""         @echo ""
           @if [ ! -f $(IRULESRC)/host.def ]; then \
                   echo "" > $(IRULESRC)/host.def; \
           fi
         cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean         cd $(IMAKESRC) && $(MAKE) $(FLAGS) clean
         $(MAKE) $(MFLAGS) Makefile.boot         $(MAKE) $(MFLAGS) Makefile.boot
         $(MAKE_CMD) $(MFLAGS) VerifyOS         $(MAKE_CMD) $(MFLAGS) VerifyOS
Line 101 
Line 104 
         @echo Building $(RELEASE) of the X Window System.         @echo Building $(RELEASE) of the X Window System.
         @echo :         @echo :
         @echo :         @echo :
           -@if not exist $(IRULESRC)\host.def echo > $(IRULESRC)\host.def
         cd $(IMAKESRC)         cd $(IMAKESRC)
         $(MAKE) -f Makefile.ini clean.Win32         $(MAKE) -f Makefile.ini clean.Win32
         $(MAKE) -f Makefile.ini imake.exe         $(MAKE) -f Makefile.ini imake.exe
Line 127 
Line 131 
         @echo Building $(RELEASE) of the X Window System on OS/2.         @echo Building $(RELEASE) of the X Window System on OS/2.
         @echo :         @echo :
         @echo :         @echo :
           -@if not exist $(IRULESRC)\host.def echo > $(IRULESRC)\host.def
         \indir $(IMAKESRC) $(MAKE) SHELL= -f Makefile.ini clean.os2         \indir $(IMAKESRC) $(MAKE) SHELL= -f Makefile.ini clean.os2
         \indir $(IMAKESRC) $(MAKE) SHELL= CC=gcc -f Makefile.ini imake.os2         \indir $(IMAKESRC) $(MAKE) SHELL= CC=gcc -f Makefile.ini imake.os2
         -if exist Makefile.bak del Makefile.bak         -if exist Makefile.bak del Makefile.bak


Legend:
Removed from v.3.6  
changed lines
  Added in v.3.6.2.1

Powered by
ViewCVS 0.9.2