diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-28 07:11:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-28 07:11:55 +0000 |
commit | cc949526a63e184807b6372a6cebe37ad83ffb74 (patch) | |
tree | 19a0431ba4411b445803fc6e70aac91dfbf26f01 /Makefile | |
parent | 5c67709f59ccf092af82c77eef005a2180824b7f (diff) | |
download | glibc-cc949526a63e184807b6372a6cebe37ad83ffb74.tar.gz glibc-cc949526a63e184807b6372a6cebe37ad83ffb74.tar.xz glibc-cc949526a63e184807b6372a6cebe37ad83ffb74.zip |
2006-02-27 Roland McGrath <roland@redhat.com>
* Makefile: Remove libc boilerplate. * Makeconfig: File removed. * configure.in: File removed. * configure: File removed.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile index d1cbbef489..79c7e0bc42 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,5 @@ -# This boilerplate is necessary just because any add-on directory -# gets added as a normal subdirectory for the glibc build process. - -subdir = ports - -include ../Rules +# This makefile is not used by the glibc build process. +# It's purely for making ports tarballs. .PHONY: dist dist-ports dist: dist-ports |