From 13c844959b08e1b06a05ab298e6987f8a9425479 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Tue, 6 Oct 2009 01:27:16 -0500 Subject: [PATCH] One last attempt at a build fix? --- extensions/curl/AMBuilder | 3 +-- pushbuild.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/curl/AMBuilder b/extensions/curl/AMBuilder index d34f3d385..05423ed46 100644 --- a/extensions/curl/AMBuilder +++ b/extensions/curl/AMBuilder @@ -17,8 +17,7 @@ def BuildCURL(): '--without-libssh2', '--without-zlib'] curl.AddCommand(command.DirectCommand(args)) - curl.AddCommand(command.ShellCommand('cd lib')) - curl.AddCommand(command.DirectCommand(['make'])) + curl.AddCommand(command.ShellCommand('cd lib && make')) else: args = ['vcbuild', os.path.join(AMBuild.sourceFolder, 'extensions', 'curl', 'curl-src', 'lib', diff --git a/pushbuild.txt b/pushbuild.txt index 11a46e82e..491d1f7c4 100644 --- a/pushbuild.txt +++ b/pushbuild.txt @@ -24,3 +24,4 @@ Curl up next to the fire and burn. Sushi tastes great in winter. APPLESAWCE A ridiculous monsoon said hello to the lamp on his messy desk. +Hi predcrab! I'm running out of things to say.