Thanks to "mreichardt".
This commit is contained in:
parent
371fb91b21
commit
31e262bcaf
@ -379,6 +379,7 @@ CLEANFILES = \
|
|||||||
civserver \
|
civserver \
|
||||||
clzip \
|
clzip \
|
||||||
co \
|
co \
|
||||||
|
colormake \
|
||||||
compare \
|
compare \
|
||||||
compgen \
|
compgen \
|
||||||
composite \
|
composite \
|
||||||
@ -684,7 +685,7 @@ symlinks: $(targetdir)
|
|||||||
rm -f $(targetdir)/$$file && \
|
rm -f $(targetdir)/$$file && \
|
||||||
$(LN_S) lzip $(targetdir)/$$file ; \
|
$(LN_S) lzip $(targetdir)/$$file ; \
|
||||||
done
|
done
|
||||||
for file in gmake gnumake pmake ; do \
|
for file in colormake gmake gnumake pmake ; do \
|
||||||
rm -f $(targetdir)/$$file && \
|
rm -f $(targetdir)/$$file && \
|
||||||
$(LN_S) make $(targetdir)/$$file ; \
|
$(LN_S) make $(targetdir)/$$file ; \
|
||||||
done
|
done
|
||||||
|
@ -74,6 +74,6 @@ _make()
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
} &&
|
} &&
|
||||||
complete -F _make make gmake gnumake pmake
|
complete -F _make make gmake gnumake pmake colormake
|
||||||
|
|
||||||
# ex: ts=4 sw=4 et filetype=sh
|
# ex: ts=4 sw=4 et filetype=sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user