From f5d22182fd9105598b9199d6f8a394b5b09d333b Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 27 Sep 2023 17:37:56 -0500 Subject: [PATCH] There is no master shell script to make and configure databases --- make_files/make_db.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/make_files/make_db.mk b/make_files/make_db.mk index ba0d425..3db7f1e 100644 --- a/make_files/make_db.mk +++ b/make_files/make_db.mk @@ -423,10 +423,6 @@ $(DB_TARGETS) db/creategroups.sql: %.sql: %.m4 $(DB_DEPENDS) #check_integrity: check_integrity.m4 # m4 $(M4_DB_INCLUDE_ARGS) check_integrity.m4 > check_integrity -# Don't have permission to test this at the momment -#.PHONY: databases -#databases: makedatabases -# sh makedatabases ## ## Database objects are sensitive to the order in which they are created. -- 2.34.1