changeset 483:08b0c420ddff

- cleanup
author Tassilo Philipp
date Thu, 17 Mar 2022 10:25:14 +0100
parents 0f3b6898078d
children 74a4f682d1ef
files buildsys/mk/pcc.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/buildsys/mk/pcc.mk	Wed Mar 16 16:27:50 2022 +0100
+++ b/buildsys/mk/pcc.mk	Thu Mar 17 10:25:14 2022 +0100
@@ -1,7 +1,7 @@
 #//////////////////////////////////////////////////////////////////////////////
 #
-# Copyright (c) 2010 Daniel Adler <dadler@uni-goettingen.de>, 
-#                    Tassilo Philipp <tphilipp@potion-studios.com>
+# Copyright (c) 2010-2022 Daniel Adler <dadler@uni-goettingen.de>, 
+#                         Tassilo Philipp <tphilipp@potion-studios.com>
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -31,7 +31,7 @@
 #CXXFLAGS = $CXXFLAGS -D__Plan9__
 #ASFLAGS  = -D__Plan9__
 
-# JUST TEMPORARY AS LONG AS I'M WORKING ON IT - Plan9's sed doesn't support sed comments
+# @@@ used to convert GAS sources
 #        /^$/d                                                               # Remove empty lines.
 #        /^#.*/d                                                             # Remove comments.
 #        s/^\.(globl|intel_syntax|file|section).*//                          # Remove some GAS directives.