Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2001 11:50:20 -0600 (CST)
From:      Antoine Beaupré <antoine@usw4.freebsd.org>
To:        libh@FreeBSD.org
Subject:   cvs commit: libh Makefile libh/compile Makefile Makefile.inc1 Makefile.subdirs libh/compile/graphics Makefile libh/compile/none Makefile libh/compile/text Makefile libh/compile/text+graphics Makefile
Message-ID:  <200112201750.fBKHoK774418@usw4.freebsd.org>

next in thread | raw e-mail | index | archive | help
antoine     2001/12/20 11:50:20 CST

  Modified files:
    .                    Makefile 
  Removed files:
    compile              Makefile Makefile.inc1 Makefile.subdirs 
    compile/graphics     Makefile 
    compile/none         Makefile 
    compile/text         Makefile 
    compile/text+graphics Makefile 
  Log:
  Switch to MAKEOBJDIR builds:
  
  - take advantage of the make's MAKEOBJDIR feature to build objects in a
    specified directory (compile/$UITYPE)
  - compile/ Makefiles are therefore removed
  - compile/ is now obsolete and created on the fly by the base Makefile
  
  the build system is now simpler, IMHO, and should be easier to maintain.
  For example, to add a bin/ subdirectory, just add it in the bin/
  Makefile. Before, you had to hack compile/ Makefiles too.
  
  Approved by: silence on -libh@
  
  Revision  Changes    Path
  1.6       +64 -3     libh/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112201750.fBKHoK774418>