Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7fca3f03
Commit
7fca3f03
authored
Jun 09, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup to ensure good state of derived files in tarballs.
parent
8c1d09d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
src/backend/utils/.cvsignore
src/backend/utils/.cvsignore
+2
-0
src/backend/utils/Makefile
src/backend/utils/Makefile
+11
-6
No files found.
src/backend/utils/.cvsignore
0 → 100644
View file @
7fca3f03
fmgrtab.c
fmgroids.h
src/backend/utils/Makefile
View file @
7fca3f03
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# Makefile for utils
# Makefile for utils
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/Makefile,v 1.1
3 2000/06/07 16:26:48 petere
Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/Makefile,v 1.1
4 2000/06/09 02:38:36 tgl
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -27,7 +27,8 @@ endif
...
@@ -27,7 +27,8 @@ endif
SUBSYS.o
:
$(OBJS)
SUBSYS.o
:
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
$(LD)
$(LDREL)
$(LDOUT)
SUBSYS.o
$(OBJS)
.PHONY
:
submake clean dep
.PHONY
:
submake clean dep depend
submake
:
submake
:
for
i
in
$(DIRS)
;
do
$(MAKE)
-C
$$
i SUBSYS.o
;
done
for
i
in
$(DIRS)
;
do
$(MAKE)
-C
$$
i SUBSYS.o
;
done
...
@@ -38,13 +39,18 @@ submake:
...
@@ -38,13 +39,18 @@ submake:
# autoconf and autoheader.)
# autoconf and autoheader.)
fmgroids.h fmgrtab.c
:
fmgrstamp-h
fmgroids.h fmgrtab.c
:
fmgrstamp-h
fmgrstamp-h
:
Gen_fmgrtab.sh $(SRCDIR)/include/catalog/pg_proc.h
fmgrstamp-h
:
Gen_fmgrtab.sh $(SRCDIR)/include/catalog/pg_proc.h
$(SHELL)
$(SHOPTS)
Gen_fmgrtab.sh
$(SRCDIR)
/include/catalog/pg_proc.h
$(SHELL)
$(SHOPTS)
Gen_fmgrtab.sh
$(SRCDIR)
/include/catalog/pg_proc.h
echo
timestamp
>
fmgrstamp-h
date
>
fmgrstamp-h
# don't clean fmgroids.h and fmgrtab.c, but do clean fmgrstamp-h
# (we don't really want to put that much trust in timestamps in
# distribution files and CVS pulls, so force at least one run of
# Gen_fmgrtab.sh after a make clean)
# don't clean fmgroids.h and fmgrtab.c
clean
:
clean
:
rm
-f
SUBSYS.o fmgrtab.o
rm
-f
SUBSYS.o fmgrtab.o
fmgrstamp-h
for
i
in
$(DIRS)
;
do
$(MAKE)
-C
$$
i clean
;
done
for
i
in
$(DIRS)
;
do
$(MAKE)
-C
$$
i clean
;
done
dep depend
:
fmgroids.h fmgrtab.c
dep depend
:
fmgroids.h fmgrtab.c
...
@@ -53,4 +59,3 @@ dep depend: fmgroids.h fmgrtab.c
...
@@ -53,4 +59,3 @@ dep depend: fmgroids.h fmgrtab.c
ifeq
(depend,$(wildcard depend))
ifeq
(depend,$(wildcard depend))
include
depend
include
depend
endif
endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment