Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (19a7673d52fe661ffd40e337ed181aceaa173862)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (19a7673d52fe661ffd40e337ed181aceaa173862)
  • Date: Fri, 11 Jan 2008 08:29:44 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

audio-creation/audacity/BUILD | 4 +---
audio-creation/audacity/HISTORY | 3 +++
2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 19a7673d52fe661ffd40e337ed181aceaa173862
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

audacity: use normal make instead of make_single and make_normal

diff --git a/audio-creation/audacity/BUILD b/audio-creation/audacity/BUILD
index 8f38679..3fe6b03 100755
--- a/audio-creation/audacity/BUILD
+++ b/audio-creation/audacity/BUILD
@@ -16,6 +16,4 @@ OPTS="$AUDACITY_LADSPA $AUDACITY_PORTMIXER
$AUDACITY_PORTAUDIO $OPTS" &&
--with-lib-preference=system \
$OPTS &&

-make_single &&
-make &&
-make_normal
+make
diff --git a/audio-creation/audacity/HISTORY b/audio-creation/audacity/HISTORY
index f87e5e3..231e5b0 100644
--- a/audio-creation/audacity/HISTORY
+++ b/audio-creation/audacity/HISTORY
@@ -1,3 +1,6 @@
+2008-01-11 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD: use normal make instead of make_single and make_normal
+
2007-10-10 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* BUILD: Added INSTALL_ROOT, fixed the path for manpages




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (19a7673d52fe661ffd40e337ed181aceaa173862), Arjan Bouter, 01/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page