1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Move disabled message up to a higher makefile.

This commit is contained in:
Bruce Momjian
2001-05-10 03:00:11 +00:00
parent 3bcf19dc84
commit 72c8af51fd
2 changed files with 6 additions and 8 deletions

View File

@ -4,7 +4,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.18 2001/05/09 19:54:38 momjian Exp $ # $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.19 2001/05/10 03:00:11 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -22,11 +22,12 @@ ifeq ($(with_perl), yes)
DIRS += plperl DIRS += plperl
endif endif
ifeq ($(with_python), yes) #ifeq ($(with_python), yes)
DIRS += plpython #DIRS += plpython
endif #endif
all install installdirs uninstall depend distprep: all install installdirs uninstall depend distprep:
@echo "PL/Python disabled until merged into our Makefile system, bjm 2001-05-09"
@for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done @for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done
clean distclean maintainer-clean: clean distclean maintainer-clean:

View File

@ -56,10 +56,7 @@ LDFLAGS=--shared -Wl,-E -Wl,-soname,$@
.PHONY: clean .PHONY: clean
all: all: plpython.so
@echo "Disabled until merged into our Makefile system, bjm 2001-05-09"
disabled: plpython.so
plpython.o: plpython.c plpython.h plpython.o: plpython.c plpython.h
$(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $< $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $<