summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2008-08-29 00:29:29 +0200
committerJaka Kranjc2008-08-29 00:29:29 +0200
commitb6eed19bedf67b2be98a6c317ad1966f31eabc65 (patch)
tree543727084639770f3ef999ba053518b2f263e680
parent9a0bd1da9b92cfdde7a6501ca0cf730968647174 (diff)
nedit: make build continue without pressing enter
(cherry-picked from commit 974d3c9518c2960f0713666f81e4e9f491acfd8f)
-rwxr-xr-xeditors/nedit/BUILD3
-rwxr-xr-x[-rw-r--r--]editors/nedit/HISTORY3
2 files changed, 5 insertions, 1 deletions
diff --git a/editors/nedit/BUILD b/editors/nedit/BUILD
index fc65df5d01..aac5ba206b 100755
--- a/editors/nedit/BUILD
+++ b/editors/nedit/BUILD
@@ -10,4 +10,5 @@ sed -e "s/CFLAGS\=/CFLAGS:=-DBUILD_UNTESTED_NEDIT -DREPLACE_SCOPE /" \
Makefile.linux.tmp > Makefile.linux &&
rm Makefile.linux.tmp &&
cd ${SOURCE_DIRECTORY} &&
-make linux
+# echo to make build continue in case of untested build warning
+echo | make linux
diff --git a/editors/nedit/HISTORY b/editors/nedit/HISTORY
index d62aecc744..fb078b1a22 100644..100755
--- a/editors/nedit/HISTORY
+++ b/editors/nedit/HISTORY
@@ -1,3 +1,6 @@
+2008-08-26 Thomas Orgis <sobukus@sourcemage.org>
+ * BUILD: prevent build stall because of query to press enter
+
2007-10-26 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* DEPENDS: openmotif now in z-rejected