patch-2.4.20 linux-2.4.20/arch/mips64/tools/Makefile

Next file: linux-2.4.20/arch/mips64/tools/offset.c
Previous file: linux-2.4.20/arch/mips64/sgi-ip32/ip32-timer.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips64/tools/Makefile linux-2.4.20/arch/mips64/tools/Makefile
@@ -1,26 +0,0 @@
-#
-# Makefile for MIPS kernel build tools.
-#
-# Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
-# Copyright (C) 1997, 1999 Ralf Baechle (ralf@gnu.org)
-# Copyright (C) 1999 Silicon Graphics, Inc.
-#
-TARGET	:= $(TOPDIR)/include/asm-$(ARCH)/offset.h
-
-USE_STANDARD_AS_RULE := true
-
-$(TARGET): offset.h
-	cmp -s $^ $@ || (cp $^ $(TARGET).new && mv $(TARGET).new $(TARGET))
-
-offset.h: offset.s
-	sed -n '/^@@@/s///p' $^ >$@
-
-offset.s: offset.c $(TOPDIR)/include/linux/autoconf.h
-
-clean:
-	rm -f offset.[hs] $(TARGET).new
-	
-mrproper: clean
-	rm -f $(TARGET)
-
-include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)