From 744d0ca7bedfcc3e4d564006ecde79fe79e45deb Mon Sep 17 00:00:00 2001 From: dtrg Date: Sat, 22 Jul 2006 12:27:31 +0000 Subject: [PATCH] Removed a huge, ancient comment dating from the genmake days. --- util/cpp/pmfile | 78 +++---------------------------------------------- 1 file changed, 4 insertions(+), 74 deletions(-) diff --git a/util/cpp/pmfile b/util/cpp/pmfile index 0e3c2e235..537500c62 100644 --- a/util/cpp/pmfile +++ b/util/cpp/pmfile @@ -105,80 +105,10 @@ tool_cpp = cprogram { install = pm.install(BINDIR.."bin/cpp") } ---[[ -# genmakefile -# This genmakefile doesn't have a real comment yet. -# -# $Source$ -# $State$ - -# --- cpp ------------------------------------------------------------------- - -push - dir=src/tools/cpp - - addinclude $SRCDIR/$dir - addinclude $OBJDIR/$dir - - - x="$SRCS" - hostcdyn $dir/char.c - SRCS="$x" - tabgen $SRCDIR/$dir/char.tab $OBJDIR/$dir/char.c - - llgen "" $OBJDIR/$dir \ - $OBJDIR/$dir/tokenfile.g \ - $SRCDIR/$dir/expression.g - tokenfile $dir - tokcase $dir - - hostprogram $DESTDIR/bin/cpp $OBJS \ - $DESTDIR/lib/libassert.a \ - $DESTDIR/lib/libprint.a \ - $DESTDIR/lib/liballoc.a \ - $DESTDIR/lib/libsystem.a \ - $DESTDIR/lib/libastring.a - - addcleanable $OBJDIR/$dir/errout.h - addcleanable $OBJDIR/$dir/idfsize.h - addcleanable $OBJDIR/$dir/ifdepth.h - addcleanable $OBJDIR/$dir/lapbuf.h - addcleanable $OBJDIR/$dir/nparams.h - addcleanable $OBJDIR/$dir/numsize.h - addcleanable $OBJDIR/$dir/obufsize.h - addcleanable $OBJDIR/$dir/parbufsize.h - addcleanable $OBJDIR/$dir/pathlength.h - addcleanable $OBJDIR/$dir/strsize.h - addcleanable $OBJDIR/$dir/textsize.h - addcleanable $OBJDIR/$dir/botch_free.h - addcleanable $OBJDIR/$dir/debug.h - addcleanable $OBJDIR/$dir/inputtype.h - addcleanable $OBJDIR/$dir/dobits.h - addcleanable $OBJDIR/$dir/line_prefix.h -cat < /dev/null - @touch \$@ - -EOF -pop - -# Revision history -# $Log$ -# Revision 1.1 2006-07-20 23:24:28 dtrg -# First version in CVS. -# ---]] - -- Revision history -- $Log$ --- Revision 1.1 2006-07-20 23:24:28 dtrg --- First version in CVS. +-- Revision 1.2 2006-07-22 12:27:31 dtrg +-- Removed a huge, ancient comment dating from the genmake days. -- +-- Revision 1.1 2006/07/20 23:24:28 dtrg +-- First version in CVS. -- 2.34.1