diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /Rules.mak | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ | |||
1 | # Rules.make for busybox | 1 | # Rules.make for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 2001-2003 Erik Andersen <andersen@codepoet.org> | 3 | # Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
@@ -52,14 +52,14 @@ TARGET_OS=linux | |||
52 | HOSTCC = gcc | 52 | HOSTCC = gcc |
53 | HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer | 53 | HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer |
54 | 54 | ||
55 | # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. | 55 | # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. |
56 | LC_ALL:= C | 56 | LC_ALL:= C |
57 | 57 | ||
58 | # If you want to add some simple compiler switches (like -march=i686), | 58 | # If you want to add some simple compiler switches (like -march=i686), |
59 | # especially from the command line, use this instead of CFLAGS directly. | 59 | # especially from the command line, use this instead of CFLAGS directly. |
60 | # For optimization overrides, it's better still to set OPTIMIZATION. | 60 | # For optimization overrides, it's better still to set OPTIMIZATION. |
61 | CFLAGS_EXTRA=$(subst ",, $(strip $(EXTRA_CFLAGS_OPTIONS))) | 61 | CFLAGS_EXTRA=$(subst ",, $(strip $(EXTRA_CFLAGS_OPTIONS))) |
62 | 62 | ||
63 | # If you have a "pristine" source directory, point BB_SRC_DIR to it. | 63 | # If you have a "pristine" source directory, point BB_SRC_DIR to it. |
64 | # Experimental and incomplete; tell the mailing list | 64 | # Experimental and incomplete; tell the mailing list |
65 | # <busybox@busybox.net> if you do or don't like it so far. | 65 | # <busybox@busybox.net> if you do or don't like it so far. |
@@ -137,7 +137,7 @@ OPTIMIZATIONS=$(OPTIMIZATION) -fomit-frame-pointer | |||
137 | # by itself, instead of following it by the same half-dozen overrides | 137 | # by itself, instead of following it by the same half-dozen overrides |
138 | # every time. The stuff below, on the other hand, is probably less | 138 | # every time. The stuff below, on the other hand, is probably less |
139 | # prone to casual user adjustment. | 139 | # prone to casual user adjustment. |
140 | # | 140 | # |
141 | 141 | ||
142 | ifeq ($(strip $(CONFIG_LFS)),y) | 142 | ifeq ($(strip $(CONFIG_LFS)),y) |
143 | # For large file summit support | 143 | # For large file summit support |