patch-2.1.30 linux/arch/sparc64/Makefile
Next file: linux/arch/sparc64/defconfig
Previous file: linux/arch/sparc/prom/tree.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Mar 20 16:43:31 1997
- Orig file:
v2.1.29/linux/arch/sparc64/Makefile
- Orig date:
Mon Mar 17 14:54:22 1997
diff -u --recursive --new-file v2.1.29/linux/arch/sparc64/Makefile linux/arch/sparc64/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/03/04 16:27:18 jj Exp $
+# $Id: Makefile,v 1.9 1997/03/14 21:04:39 jj Exp $
# sparc64/Makefile
#
# Makefile for the architecture dependent flags and dependencies on the
@@ -40,16 +40,6 @@
archclean:
archdep:
-
-# <hack> Temporary hack, until we get a clean compile of everything...
-vmlinux64: $(CONFIGURATION) init/main.o init/version.o
- set -e; for i in arch/sparc64/kernel arch/sparc64/lib arch/sparc64/prom lib; do $(MAKE) -C $$i; done
- $(LD) $(LINKFLAGS) $(HEAD) init/main.o init/version.o \
- arch/sparc64/kernel/kernel.o \
- lib/lib.a arch/sparc64/prom/promlib.a arch/sparc64/lib/lib.a \
- -o vmlinux
- $(NM) vmlinux | grep -v '\(compiled\)\|\(\.o$$\)\|\( a \)\|\(\.\.ng$$\)' | sort > System.map
-# </hack>
check_asm:
$(MAKE) -C arch/sparc64/kernel check_asm
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov