diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-12-25 15:40:48 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-12-25 15:40:48 +0000 |
| commit | 55faf4942d037a852ca5f9e4fec089b6fc41555d (patch) | |
| tree | 2a4d69f8e8443d563117cefdb820bcd1d71c62cf /cad/cider/files/patch-aa | |
| parent | 96fbb327bfe3b1004d91a63982884c467202bd81 (diff) | |
cider version 1b1
A mixed-level circuit and device simulator (includes SPICE3).
PR: 15462
Submitted by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
Diffstat (limited to 'cad/cider/files/patch-aa')
| -rw-r--r-- | cad/cider/files/patch-aa | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/cad/cider/files/patch-aa b/cad/cider/files/patch-aa new file mode 100644 index 000000000000..50b2c4222641 --- /dev/null +++ b/cad/cider/files/patch-aa @@ -0,0 +1,48 @@ +*** sim/spice/common/conf/defaults.orig Sat Jan 29 19:15:53 1994 +--- sim/spice/common/conf/defaults Sun Dec 12 14:40:09 1999 +*************** +*** 105,116 **** + # identified as and SYSTEM is the name of the per-system definitions + # file listed on the "build" command line. + +! SPICE_DIR = $(TOP1)/$(SYSTEM) +! SPICE_LIB_DIR = $(SPICE_DIR)/lib + SPICE_EXEC_DIR = $(SPICE_DIR)/bin + + S_SPICE_DIR = $(SPICE_DIR) +! S_SPICE_LIB_DIR = $(S_SPICE_DIR)/lib + S_SPICE_EXEC_DIR= $(S_SPICE_DIR)/bin + + # INSTALL_DIRS lists the directories that need to be created before +--- 105,116 ---- + # identified as and SYSTEM is the name of the per-system definitions + # file listed on the "build" command line. + +! SPICE_DIR = ${PREFIX} +! SPICE_LIB_DIR = $(SPICE_DIR)/share/spice3 + SPICE_EXEC_DIR = $(SPICE_DIR)/bin + + S_SPICE_DIR = $(SPICE_DIR) +! S_SPICE_LIB_DIR = $(S_SPICE_DIR)/share/spice3 + S_SPICE_EXEC_DIR= $(S_SPICE_DIR)/bin + + # INSTALL_DIRS lists the directories that need to be created before +*** sim/spice/common/util/build.orig Sat Jan 29 19:16:26 1994 +--- sim/spice/common/util/build Sun Dec 12 14:38:33 1999 +*************** +*** 96,102 **** + + TMP_LEADER="${TMP_DIR}/buildl$$" + TMP_TRAILER="${TMP_DIR}/buildt$$" +! trap 'rm -f ${TMP_LEADER} ${TMP_TRAILER}; exit 1' 1 2 3 4 6 7 8 9 10 12 13 14 15 + echo > "${TMP_TRAILER}" + BAD=false + DEBUG= +--- 96,102 ---- + + TMP_LEADER="${TMP_DIR}/buildl$$" + TMP_TRAILER="${TMP_DIR}/buildt$$" +! trap 'rm -f ${TMP_LEADER} ${TMP_TRAILER}; exit 1' 1 2 3 4 6 7 8 10 12 13 14 15 + echo > "${TMP_TRAILER}" + BAD=false + DEBUG= |
