From 73c811263c067c4cb767cdd2b15e66e993880e5e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 5 Jul 2006 18:53:34 +0000 Subject: fixup my copyright notice, trim stale remnants of older notices which I had clearly run search/replace on that were cluttering things up. --- Rules.mak | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 89fded38f..8a1db43f8 100644 --- a/Rules.mak +++ b/Rules.mak @@ -1,6 +1,5 @@ # Rules.make for uClibc # -# Copyright (C) 2000 by Lineo, inc. # Copyright (C) 2000-2006 Erik Andersen # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. @@ -8,16 +7,16 @@ #----------------------------------------------------------- # This file contains rules which are shared between multiple -# Makefiles. All normal configuration options live in the -# file named ".config". Don't mess with this file unless +# Makefiles. All normal configuration options live in the +# file named ".config". Don't mess with this file unless # you know what you are doing. #----------------------------------------------------------- -# If you are running a cross compiler, you will want to set -# 'CROSS' to something more interesting ... Target -# architecture is determined by asking the CC compiler what -# arch it compiles things for, so unless your compiler is +# If you are running a cross compiler, you will want to set +# 'CROSS' to something more interesting ... Target +# architecture is determined by asking the CC compiler what +# arch it compiles things for, so unless your compiler is # broken, you should not need to specify TARGET_ARCH. # # Most people will set this stuff on the command line, i.e. @@ -289,8 +288,8 @@ else export PIEFLAG:=$(call check_gcc,$(PIEFLAG_NAME),$(PICFLAG)) endif endif -# We need to keep track of both the CC PIE flag (above) as -# well as the LD PIE flag (below) because we can't rely on +# We need to keep track of both the CC PIE flag (above) as +# well as the LD PIE flag (below) because we can't rely on # gcc passing -pie if we used -fPIE ifndef LDPIEFLAG ifneq ($(UCLIBC_BUILD_PIE),y) @@ -452,8 +451,8 @@ PTINC := \ endif CFLAGS+=$(PTINC) else - PTNAME := - PTINC := + PTNAME := + PTINC := endif # Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include' -- cgit v1.2.3