Set HOSTTYPE_DECL correctly.
Reviewed by: jkh Submitted by: wollman
This commit is contained in:
parent
67669babb1
commit
bb7ebed9d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100
19
shells/bash/files/patch-ab
Normal file
19
shells/bash/files/patch-ab
Normal file
@ -0,0 +1,19 @@
|
||||
*** cpp-Makefile.orig Thu Sep 15 21:14:19 1994
|
||||
--- cpp-Makefile Thu Sep 15 21:14:45 1994
|
||||
***************
|
||||
*** 383,389 ****
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
19
shells/bash1/files/patch-ab
Normal file
19
shells/bash1/files/patch-ab
Normal file
@ -0,0 +1,19 @@
|
||||
*** cpp-Makefile.orig Thu Sep 15 21:14:19 1994
|
||||
--- cpp-Makefile Thu Sep 15 21:14:45 1994
|
||||
***************
|
||||
*** 383,389 ****
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
19
shells/bash2/files/patch-ab
Normal file
19
shells/bash2/files/patch-ab
Normal file
@ -0,0 +1,19 @@
|
||||
*** cpp-Makefile.orig Thu Sep 15 21:14:19 1994
|
||||
--- cpp-Makefile Thu Sep 15 21:14:45 1994
|
||||
***************
|
||||
*** 383,389 ****
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
19
shells/bash3/files/patch-ab
Normal file
19
shells/bash3/files/patch-ab
Normal file
@ -0,0 +1,19 @@
|
||||
*** cpp-Makefile.orig Thu Sep 15 21:14:19 1994
|
||||
--- cpp-Makefile Thu Sep 15 21:14:45 1994
|
||||
***************
|
||||
*** 383,389 ****
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='$(SYSTEM_NAME)' -DOSTYPE='$(OS_NAME)'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
||||
--- 383,389 ----
|
||||
Program = bash
|
||||
|
||||
/**/# The type of machine and OS Bash is being compiled on.
|
||||
! HOSTTYPE_DECL = -DHOSTTYPE='"$(SYSTEM_NAME)"' -DOSTYPE='"$(OS_NAME)"'
|
||||
|
||||
MAINTAIN_DEFINE = -DMAINTAINER='"bug-bash@prep.ai.mit.edu"'
|
||||
|
Loading…
Reference in New Issue
Block a user