Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
7fca3f03
Commit
7fca3f03
authored
Jun 9, 2000
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup to ensure good state of derived files in tarballs.
parent
8c1d09d5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/backend/utils/.cvsignore
+2
-0
2 additions, 0 deletions
src/backend/utils/.cvsignore
src/backend/utils/Makefile
+11
-6
11 additions, 6 deletions
src/backend/utils/Makefile
with
13 additions
and
6 deletions
src/backend/utils/.cvsignore
0 → 100644
+
2
−
0
View file @
7fca3f03
fmgrtab.c
fmgroids.h
This diff is collapsed.
Click to expand it.
src/backend/utils/Makefile
+
11
−
6
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/0
7 16:26:48 petere
Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/Makefile,v 1.1
4
2000/06/0
9 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment