diff options
| author | Robert Haas <rhaas@postgresql.org> | 2011-02-17 06:39:13 -0500 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2011-02-17 06:40:32 -0500 |
| commit | 24bc6b3db3579f4c480c6d0f81f7e50f1e6c0180 (patch) | |
| tree | 6841ae591234d662e5165db8a2e6a7019c3c91b6 /contrib/sepgsql | |
| parent | 93016983d1e8f3aeb508f1be8daf5ca5de5c5b61 (diff) | |
| download | postgresql-24bc6b3db3579f4c480c6d0f81f7e50f1e6c0180.tar.gz | |
Remove rule to build sepgsql-regtest.pp.
Instead, document how to build it manually.
Per discussion. KaiGai Kohei, with some wordsmithing by me.
Diffstat (limited to 'contrib/sepgsql')
| -rw-r--r-- | contrib/sepgsql/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/sepgsql/Makefile b/contrib/sepgsql/Makefile index 37a6dce89d..bc995dd29a 100644 --- a/contrib/sepgsql/Makefile +++ b/contrib/sepgsql/Makefile @@ -3,7 +3,7 @@ MODULE_big = sepgsql OBJS = hooks.o selinux.o label.o dml.o \ schema.o relation.o proc.o -DATA_built = sepgsql.sql sepgsql-regtest.pp +DATA_built = sepgsql.sql REGRESS = label dml misc EXTRA_CLEAN = -r tmp *.pp sepgsql-regtest.if sepgsql-regtest.fc @@ -20,6 +20,3 @@ endif SHLIB_LINK += $(filter -lselinux, $(LIBS)) REGRESS_OPTS += --launcher $(top_builddir)/contrib/sepgsql/launcher - -sepgsql-regtest.pp: sepgsql-regtest.te - $(MAKE) -f $(DESTDIR)/usr/share/selinux/devel/Makefile $@ |
