-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed configuring gnustep-make in a separate directory; config-precom…
…p-test was still writing to the source directory git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25742 72102866-910b-0410-8b05-ffd578937521
- Loading branch information
nicola
committed
Dec 15, 2007
1 parent
c29029b
commit 75037f2
Showing
7 changed files
with
3,030 additions
and
2,306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
2007-12-15 Nicola Pero <[email protected]> | ||
|
||
Rewritten config-precomp-test to work when the build directory is | ||
separate from the source directory. | ||
* config-precomp-test/run-test.sh: Updated to allow a separate | ||
build directory; more pervasive quoting of paths and filenames. | ||
* config-precomp-test/config-precomp-test.h: Renamed from | ||
gs_precomp_test.h. | ||
* config-precomp-test/config-precomp-test.m: Renamed from | ||
gs_precomp_test.m. Updated include for header filename change. | ||
* GNUmakefile.in (distclean): Updated deleting config-precomp-test | ||
files. | ||
* configure.ac: Updated the way config-precomp-test/run-test.sh is | ||
executed. | ||
* configure: Regenerated. | ||
|
||
2007-12-15 Nicola Pero <[email protected]> | ||
|
||
* GNUmakefile.in (distclean): Remove | ||
config-precomp-test/gs_precomp_test.h.gch and | ||
config-precomp-test/a.out. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
config-precomp-test/gs_precomp_test.m → config-precomp-test/config-precomp-test.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "gs_precomp_test.h" | ||
#include "config-precomp-test.h" | ||
|
||
@implementation TestClass | ||
+ (int) test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.