diff options
Diffstat (limited to 'INSTALL')
| -rwxr-xr-x | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -65,11 +65,18 @@ DragonFly|*BSD) echo "CFLAGS='-pthread'" >> $PLAN9/config awk=awk ;; +*Linux*) + awk=awk + egrep='grep -E' + ;; *) + egrep=egrep awk=awk ;; esac +echo "egrep='$egrep'" >>$PLAN9/config + ( if [ `uname` = SunOS ]; then # On Solaris x86, uname -p cannot be trusted. |
