]> git.pld-linux.org Git - packages/X11.git/blob - X11-makefile-fastbuild.patch
- original from http://xorg.freedesktop.org/releases/X11R6.9.0/patches/x11r6.9.0...
[packages/X11.git] / X11-makefile-fastbuild.patch
1 --- xc/Makefile.makefile-fastbuild      2003-02-26 04:21:31.000000000 -0500
2 +++ xc/Makefile 2003-04-06 11:40:20.000000000 -0400
3 @@ -83,9 +83,9 @@
4         $(MAKE) $(MFLAGS) Makefile.boot
5         $(MAKE_CMD) $(MFLAGS) VerifyOS
6         $(MAKE_CMD) $(MFLAGS) Makefiles
7 -       $(MAKE_CMD) $(MFLAGS) BOOTSTRAPSUBDIRS= clean
8 +       if [ -z "$(FAST)" ]; then $(MAKE_CMD) $(MFLAGS) BOOTSTRAPSUBDIRS= clean; fi
9         $(MAKE_CMD) $(MFLAGS) includes
10 -       $(MAKE_CMD) $(MFLAGS) depend
11 +       if [ -z "$(FAST)" ]; then $(MAKE_CMD) $(MFLAGS) depend; fi
12         $(MAKE_CMD) $(MFLAGS) $(WORLDOPTS) World
13         @echo ""
14         @date
This page took 0.02152 seconds and 3 git commands to generate.