浏览代码

+ added warning about TABs

Jonas Maebe 27 年之前
父节点
当前提交
7c0bfa9585
共有 8 个文件被更改,包括 62 次插入8 次删除
  1. 5 0
      rtl/dos/Makefile
  2. 8 1
      rtl/dos/go32v1/Makefile
  3. 8 1
      rtl/dos/go32v2/Makefile
  4. 8 1
      rtl/linux/Makefile
  5. 8 1
      rtl/objpas/Makefile
  6. 9 2
      rtl/os2/Makefile
  7. 8 1
      rtl/template/Makefile
  8. 8 1
      rtl/win32/Makefile

+ 5 - 0
rtl/dos/Makefile

@@ -1,6 +1,11 @@
 #
 #
 # Minimalist version of a makefile, so make clean at least works.
 # Minimalist version of a makefile, so make clean at least works.
 #
 #
+
+# Warning: this file contains TAB (#9) characters that are required for
+# make. Make sure you use an editor that does not replace TABs with
+# spaces, or the makefile won't work anymore after you save.
+
 .PHONY: all clean install
 .PHONY: all clean install
 
 
 all:
 all:

+ 8 - 1
rtl/dos/go32v1/Makefile

@@ -13,6 +13,10 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 #
 
 
+# Warning: this file contains TAB (#9) characters that are required for
+# make. Make sure you use an editor that does not replace TABs with
+# spaces, or the makefile won't work anymore after you save.
+
 #####################################################################
 #####################################################################
 # Configuration section
 # Configuration section
 #####################################################################
 #####################################################################
@@ -264,7 +268,10 @@ include $(CFG)/makefile.def
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.8  1998-10-12 08:36:29  pierre
+# Revision 1.9  1998-11-24 19:49:44  jonas
+#   + added warning about TABs
+#
+# Revision 1.8  1998/10/12 08:36:29  pierre
 #  * wrong 'objpas' target in all removed
 #  * wrong 'objpas' target in all removed
 #
 #
 # Revision 1.7  1998/10/11 13:45:04  michael
 # Revision 1.7  1998/10/11 13:45:04  michael

+ 8 - 1
rtl/dos/go32v2/Makefile

@@ -13,6 +13,10 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 #
 
 
+# Warning: this file contains TAB (#9) characters that are required for
+# make. Make sure you use an editor that does not replace TABs with
+# spaces, or the makefile won't work anymore after you save.
+
 #####################################################################
 #####################################################################
 # Configuration section
 # Configuration section
 #####################################################################
 #####################################################################
@@ -286,7 +290,10 @@ include $(CFG)/makefile.def
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.10  1998-10-21 16:51:07  pierre
+# Revision 1.11  1998-11-24 19:50:01  jonas
+#   + added warning about TABs
+#
+# Revision 1.10  1998/10/21 16:51:07  pierre
 #  * dxeload range check problem solved
 #  * dxeload range check problem solved
 #
 #
 # Revision 1.9  1998/10/14 07:56:02  pierre
 # Revision 1.9  1998/10/14 07:56:02  pierre

+ 8 - 1
rtl/linux/Makefile

@@ -13,6 +13,10 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 #
 
 
+# Warning: this file contains TAB (#9) characters that are required for
+# make. Make sure you use an editor that does not replace TABs with
+# spaces, or the makefile won't work anymore after you save.
+
 #####################################################################
 #####################################################################
 # Start of configurable section.
 # Start of configurable section.
 # Please note that all these must be set in the main makefile, and
 # Please note that all these must be set in the main makefile, and
@@ -336,7 +340,10 @@ include $(CFG)/makefile.def
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.8  1998-11-10 17:56:56  peter
+# Revision 1.9  1998-11-24 19:50:49  jonas
+#   + added warning about TABs
+#
+# Revision 1.8  1998/11/10 17:56:56  peter
 #   * fixes to build correct again
 #   * fixes to build correct again
 #
 #
 # Revision 1.7  1998/10/11 13:47:21  michael
 # Revision 1.7  1998/10/11 13:47:21  michael

+ 8 - 1
rtl/objpas/Makefile

@@ -13,6 +13,10 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 #
 
 
+# Warning: this file contains TAB (#9) characters that are required for
+# make. Make sure you use an editor that does not replace TABs with
+# spaces, or the makefile won't work anymore after you save.
+
 #####################################################################
 #####################################################################
 # Defaults
 # Defaults
 #####################################################################
 #####################################################################
@@ -128,7 +132,10 @@ include $(CFG)/makefile.def
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.7  1998-10-11 12:23:40  michael
+# Revision 1.8  1998-11-24 19:51:07  jonas
+#   + added warning about TABs
+#
+# Revision 1.7  1998/10/11 12:23:40  michael
 # + More sysutils calls.
 # + More sysutils calls.
 #
 #
 # Revision 1.6  1998/10/02 10:41:08  michael
 # Revision 1.6  1998/10/02 10:41:08  michael

+ 9 - 2
rtl/os2/Makefile

@@ -13,6 +13,10 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 #
 
 
+# Warning: this file contains TAB (#9) characters that are required for
+# make. Make sure you use an editor that does not replace TABs with
+# spaces, or the makefile won't work anymore after you save.
+
 #####################################################################
 #####################################################################
 # Start of configurable section.
 # Start of configurable section.
 # Please note that all these must be set in the main makefile, and
 # Please note that all these must be set in the main makefile, and
@@ -226,7 +230,10 @@ include $(CFG)/makefile.def
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.3  1998-10-27 15:14:03  pierre
+# Revision 1.4  1998-11-24 19:51:21  jonas
+#   + added warning about TABs
+#
+# Revision 1.3  1998/10/27 15:14:03  pierre
 #   * update sys_os2 so that it compiles with current RTL
 #   * update sys_os2 so that it compiles with current RTL
 #     (do_isdevice might be wrong !! Daniel could you check this !!)
 #     (do_isdevice might be wrong !! Daniel could you check this !!)
 #   * fixed makefile (works from go32v2 compiler)
 #   * fixed makefile (works from go32v2 compiler)
@@ -239,4 +246,4 @@ include $(CFG)/makefile.def
 # Revision 1.1  1998/09/10 14:17:51  peter
 # Revision 1.1  1998/09/10 14:17:51  peter
 #   -renamed
 #   -renamed
 #
 #
-#
+#

+ 8 - 1
rtl/template/Makefile

@@ -13,6 +13,10 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 #
 
 
+# Warning: this file contains TAB (#9) characters that are required for
+# make. Make sure you use an editor that does not replace TABs with
+# spaces, or the makefile won't work anymore after you save.
+
 #####################################################################
 #####################################################################
 # Defaults
 # Defaults
 #####################################################################
 #####################################################################
@@ -118,7 +122,10 @@ include $(CFG)/makefile.def
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.2  1998-09-16 16:47:30  peter
+# Revision 1.3  1998-11-24 19:52:44  jonas
+#   + added warning about TABs
+#
+# Revision 1.2  1998/09/16 16:47:30  peter
 #   * merged fixes
 #   * merged fixes
 #
 #
 # Revision 1.1.2.1  1998/09/16 16:17:53  peter
 # Revision 1.1.2.1  1998/09/16 16:17:53  peter

+ 8 - 1
rtl/win32/Makefile

@@ -13,6 +13,10 @@
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 #
 
 
+# Warning: this file contains TAB (#9) characters that are required for
+# make. Make sure you use an editor that does not replace TABs with
+# spaces, or the makefile won't work anymore after you save.
+
 #####################################################################
 #####################################################################
 # Configuration section
 # Configuration section
 #####################################################################
 #####################################################################
@@ -382,7 +386,10 @@ include $(CFG)/makefile.def
 
 
 #
 #
 # $Log$
 # $Log$
-# Revision 1.11  1998-11-18 09:28:07  pierre
+# Revision 1.12  1998-11-24 19:52:10  jonas
+#   + added warning about TABs
+#
+# Revision 1.11  1998/11/18 09:28:07  pierre
 #  + added objects unit
 #  + added objects unit
 #
 #
 # Revision 1.10  1998/10/14 12:49:42  peter
 # Revision 1.10  1998/10/14 12:49:42  peter