make a thisarch symlink

This commit is contained in:
lindes 2005-09-09 19:52:11 +00:00
parent dd71ab20ad
commit eb9b8a0867
1 changed files with 8 additions and 0 deletions

View File

@ -43,14 +43,22 @@ ARCHLINKS_FREEBSD = \
arch/Isilon-OneFS \
${NULL}
ARCHLINKS_THISARCH = \
arch/thisarch \
${NULL}
ARCHLINKS = \
$(ARCHLINKS_FREEBSD) \
$(ARCHLINKS_THISARCH) \
${NULL}
# Some architechtures mimic eachother:
$(ARCHLINKS_FREEBSD):
ln -s FreeBSD $@
$(ARCHLINKS_THISARCH):
ln -s ${ARCH} $@
archlinks: $(ARCHLINKS)
archbuild: archlinks