mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Support for building gnustep-make in a directory which is not the source
dir; minor tidyups git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12164 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
acd23621bf
commit
2549dd3fb9
1 changed files with 22 additions and 0 deletions
22
ChangeLog
22
ChangeLog
|
@ -1,3 +1,25 @@
|
|||
Mon Jan 21 17:12:18 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* ctool.make (internal-ctool-uninstall): Uninstall the
|
||||
wrapper script if not flattened.
|
||||
* GNUmakefile.in (uninstall): Remove executable.template and
|
||||
cygpath.sh.
|
||||
|
||||
Mon Jan 21 16:44:09 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
Support for building gnustep-make in another directory.
|
||||
* configure.in (CFLAGS): Add -I$srcdir before the compilation
|
||||
test.
|
||||
(Version): Include the file from $srcdir, not ./.
|
||||
* configure: Regenerated.
|
||||
* GNUmakefile.in (VPATH): Define.
|
||||
Run clean_cpu.sh, clean_vendor.sh and clean_os.sh from $srcdir
|
||||
rather than ./.
|
||||
(which_lib): Use -I. when compiling which_lib.
|
||||
When installing, install configure generated files from ./,
|
||||
and other files from $srcdir.
|
||||
(Patch from Balaton Zoltan, modified).
|
||||
|
||||
Mon Jan 21 16:36:58 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* configure.in (objc_threaded): When printing out the results
|
||||
|
|
Loading…
Reference in a new issue