mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 10:49:33 +01:00
+ added warning about TABs
This commit is contained in:
parent
4df2da0cc7
commit
7c0bfa9585
@ -1,6 +1,11 @@
|
||||
#
|
||||
# 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
|
||||
|
||||
all:
|
||||
|
||||
@ -13,6 +13,10 @@
|
||||
# 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
|
||||
#####################################################################
|
||||
@ -264,7 +268,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.7 1998/10/11 13:45:04 michael
|
||||
|
||||
@ -13,6 +13,10 @@
|
||||
# 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
|
||||
#####################################################################
|
||||
@ -286,7 +290,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.9 1998/10/14 07:56:02 pierre
|
||||
|
||||
@ -13,6 +13,10 @@
|
||||
# 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.
|
||||
# Please note that all these must be set in the main makefile, and
|
||||
@ -336,7 +340,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.7 1998/10/11 13:47:21 michael
|
||||
|
||||
@ -13,6 +13,10 @@
|
||||
# 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
|
||||
#####################################################################
|
||||
@ -128,7 +132,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $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.
|
||||
#
|
||||
# Revision 1.6 1998/10/02 10:41:08 michael
|
||||
|
||||
@ -13,6 +13,10 @@
|
||||
# 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.
|
||||
# Please note that all these must be set in the main makefile, and
|
||||
@ -226,7 +230,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $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
|
||||
# (do_isdevice might be wrong !! Daniel could you check this !!)
|
||||
# * fixed makefile (works from go32v2 compiler)
|
||||
@ -239,4 +246,4 @@ include $(CFG)/makefile.def
|
||||
# Revision 1.1 1998/09/10 14:17:51 peter
|
||||
# -renamed
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
@ -13,6 +13,10 @@
|
||||
# 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
|
||||
#####################################################################
|
||||
@ -118,7 +122,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.1.2.1 1998/09/16 16:17:53 peter
|
||||
|
||||
@ -13,6 +13,10 @@
|
||||
# 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
|
||||
#####################################################################
|
||||
@ -382,7 +386,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $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
|
||||
#
|
||||
# Revision 1.10 1998/10/14 12:49:42 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user