Ben Noordhuis
e5649d4b3d
tools: fix platform detection on freebsd, sunos
This is a back-port of upstream gyp commit r1482.
12 years ago
Ben Noordhuis
38c52a0575
tools: update gyp to r1535
This commit contains one additional patch that makes gyp work on DragonFlyBSD,
see https://codereview.chromium.org/11348152/ for details.
12 years ago
Ryan Dahl
f90c9ce0e2
Upgrade GYP to r1477
12 years ago
Ben Noordhuis
fc4e12b8f1
tools: update gyp to r1426
13 years ago
isaacs
04271a5e93
gyp: Apply 'argument too long' fix in another place
For some reason, aa5961a445
caused
'make test' to rebuild the entire project every time. Applying
the fix to the other place where gyp chops up the argument list
makes it behave properly.
13 years ago
Ben Noordhuis
aa5961a445
gyp: fix 'argument list too long' build error
13 years ago
Ben Noordhuis
4af673e161
gyp: update to r1214
13 years ago
Ryan Dahl
60a9e1e40f
Upgrade GYP to r1115
13 years ago
Ryan Dahl
64de69c1a4
Upgrade GYP to r1107
13 years ago
Ben Noordhuis
e90623edc2
gyp: upgrade to r1103
13 years ago
Paddy Byers
4f8d6d0834
build: fix gyp xcode project generator
Only attempt to generate FrameworkPhase output for code targets.
13 years ago
Ben Noordhuis
d7dff34bad
gyp: support older bash versions
Older bash versions in `sh -c` mode don't parse `export FOO=42` constructs,
they bail out with a "FOO is not an identifier" error message.
This was fixed somewhere between bash 4.1.0 and 4.1.5 but let's support the
older versions anyway.
13 years ago
Ben Noordhuis
3c3ec7b2d7
gyp: upgrade to r1081
13 years ago
Ryan Dahl
dbfc8198a6
Upgrade GYP to r1078
13 years ago
Ben Noordhuis
6b9f559984
gyp: work around sunos python flock() bug
flock(LOCK_EX) always fails with EBADF, use fcntl(F_SETLK) instead.
13 years ago
Ben Noordhuis
0f077a78ad
gyp: add freebsd support
13 years ago
Ben Noordhuis
1e7a0aa883
gyp: revive sunos support, lost in 6b98a63
13 years ago
Ryan Dahl
100fc27ebb
Upgrade gyp to r1046
13 years ago
Ben Noordhuis
fe7e00d51a
gyp: add sunos support
13 years ago
Ryan Dahl
ee2c12d48e
Upgrade GYP to r1034
13 years ago
Ryan Dahl
48918f5503
Reapply Peter Bright's fixes for GYP on MSVS
Originally 71333b3f5b
13 years ago
Ryan Dahl
80dd818290
Upgrade GYP to r1010
13 years ago
Ryan Dahl
72246d97a2
Complete GYP support for Python 2.5.2
13 years ago
Ryan Dahl
e57ed540e6
GYP Support python 2.5.2
13 years ago
Ryan Dahl
721f26520d
Upgrade GYP to r999
To fix osx/make build http://codereview.chromium.org/7618052
13 years ago
Ryan Dahl
66f77963a3
Upgrade GYP to r995
13 years ago
Peter Bright
16788f461a
Rename gyp files to produce useful solution names.
Hoist common settings into common.gypi.
Restrict v8's common.gypi to v8 projects.
Ensure v8 doesn't use /MP in debug builds.
Add basic settings for other platforms.
Make uv import common.gypi properly.
Remove LTCG warning.
13 years ago
Peter Bright
71333b3f5b
Modify GYP scripts for VC build
13 years ago
Ryan Dahl
bef9f56cac
Bring gyp into the tools directory; handwritten makefile
13 years ago