mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 00:41:14 +00:00
Patch to avoid recompiling everything for minor version updates on Darwin
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13022 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b49297675b
commit
1ca6088f9d
2 changed files with 10 additions and 0 deletions
|
@ -31,6 +31,11 @@ case "$1" in
|
|||
echo freebsd
|
||||
exit 0
|
||||
;;
|
||||
# Remove version number for Darwin
|
||||
darwin5*)
|
||||
echo darwin5
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo $1
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue