|
From: <ges...@us...> - 2008-01-26 10:42:10
|
Revision: 1030
http://ipcop.svn.sourceforge.net/ipcop/?rev=1030&view=rev
Author: gespinasse
Date: 2008-01-26 02:42:13 -0800 (Sat, 26 Jan 2008)
Log Message:
-----------
Fix prerequisite package 'not found' case display by adding package name
Modified Paths:
--------------
ipcop/trunk/make.sh
Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2008-01-26 10:06:05 UTC (rev 1029)
+++ ipcop/trunk/make.sh 2008-01-26 10:42:13 UTC (rev 1030)
@@ -1060,7 +1060,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU bison not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1075,7 +1075,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU bzip2 not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1089,7 +1089,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU coreutils not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1103,7 +1103,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU diffutils not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1117,7 +1117,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU findutils not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1131,7 +1131,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU awk not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1145,7 +1145,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU CC not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1169,7 +1169,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU grep not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1183,7 +1183,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU gzip not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1206,7 +1206,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU make not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1220,7 +1220,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU patch not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1234,7 +1234,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU sed not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
@@ -1248,7 +1248,7 @@
echo ": FAIL" >> ${LOGFILE}
fi
else
- beautify message FAIL " not found but it's required"
+ beautify message FAIL "GNU tar not found but it's required"
SUCCESS=$[ ${SUCCESS} - 1 ]
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|