diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-01-13 15:00:22 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-01-13 15:00:22 +0000 |
commit | 6361ac88b9586197a60b39f90fdc9e9ae7a19eca (patch) | |
tree | 2d318c97739164a9ceb0aa296739ad1b20735027 | |
parent | 1fd402be54b93a0b7f175e27d8373ff678621b85 (diff) | |
download | postgresql-6361ac88b9586197a60b39f90fdc9e9ae7a19eca.tar.gz postgresql-6361ac88b9586197a60b39f90fdc9e9ae7a19eca.zip |
Work on getting the i386_solaris compile to work ...
-rw-r--r-- | src/backend/port/i386_solaris/Makefile | 34 | ||||
-rw-r--r-- | src/backend/port/tas/i386_solaris.s (renamed from src/backend/port/i386_solaris/tas.s) | 0 |
2 files changed, 0 insertions, 34 deletions
diff --git a/src/backend/port/i386_solaris/Makefile b/src/backend/port/i386_solaris/Makefile deleted file mode 100644 index 8a2a579083c..00000000000 --- a/src/backend/port/i386_solaris/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -#------------------------------------------------------------------------- -# -# Makefile-- -# Makefile for port/i386_solaris -# -# IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile,v 1.4 1997/12/20 00:25:41 scrappy Exp $ -# -#------------------------------------------------------------------------- - -SRCDIR = ../../.. -include ../../../Makefile.global - -INCLUDE_OPT = -I../.. - -CFLAGS+=$(INCLUDE_OPT) - -OBJS = tas.o - -all: SUBSYS.o - -SUBSYS.o: $(OBJS) - $(LD) -r -o SUBSYS.o $(OBJS) - -depend dep: - $(CC) -MM $(INCLUDE_OPT) *.c >depend - -clean: - rm -f SUBSYS.o $(OBJS) - -ifeq (depend,$(wildcard depend)) -include depend -endif - diff --git a/src/backend/port/i386_solaris/tas.s b/src/backend/port/tas/i386_solaris.s index db8116dd8ff..db8116dd8ff 100644 --- a/src/backend/port/i386_solaris/tas.s +++ b/src/backend/port/tas/i386_solaris.s |