diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-13 19:58:53 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-13 21:42:42 +0200 |
commit | 1ec83f711d23f49e604a1fa44709515cb5888ab0 (patch) | |
tree | dcc150356f9aca14cb9ca9837e5c21fe2d3cd877 /mdk-stage1 | |
parent | 3515285aba556eec90abe50b41f22880121593f0 (diff) | |
download | drakx-1ec83f711d23f49e604a1fa44709515cb5888ab0.tar drakx-1ec83f711d23f49e604a1fa44709515cb5888ab0.tar.gz drakx-1ec83f711d23f49e604a1fa44709515cb5888ab0.tar.bz2 drakx-1ec83f711d23f49e604a1fa44709515cb5888ab0.tar.xz drakx-1ec83f711d23f49e604a1fa44709515cb5888ab0.zip |
kill obsolete comment
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index b6fe0fcfd..2877960ab 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -21,27 +21,6 @@ PRODUCT=drakx-installer-binaries # # Portions from Erik Troan (ewt@redhat.com) Copyright 1996 Red Hat Software # - #***************************************************************************** - # - # Currently: - # - # ix86 - # init with dietlibc - # stage1 with dietlibc - # - # ppc - # init with dietlibc - # stage1 with glibc - # - # ia64 - # init with glibc - # stage1 with glibc - # - # x86-64 - # init with dietlibc - # stage1 with dietlibc - # - #***************************************************************************** top_dir = . |