Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb50eeb

Browse files
committed
lextest Makefile cleanup
1 parent9fd868d commitbb50eeb

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

‎src/GNUmakefile.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.13 1997/05/1403:32:16 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.14 1997/05/1404:46:32 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -55,6 +55,7 @@ clean:
5555
false ;\
5656
else true;\
5757
fi
58+
$(MAKE) -C lextest clean
5859
$(MAKE) -C utils clean
5960
$(MAKE) -C backend clean
6061
$(MAKE) -C libpq clean
@@ -92,6 +93,7 @@ distclean: clean
9293
false ;\
9394
else true;\
9495
fi
96+
$(MAKE) -C lextest $@
9597
$(MAKE) -C utils $@
9698
$(MAKE) -C backend $@
9799
$(MAKE) -C libpq $@

‎src/lextest/Makefile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
#
2-
# Makefile - tests for 2.5.3 flex bug
2+
# Makefile - test for 2.5.3 flex bug
3+
# Bruce Momjian 5/14/97
34
#
4-
#
5-
lextest : lextest.c scan.l
5+
.DEFAULTall : lextest
6+
7+
install:
8+
9+
depend:
10+
11+
lextest: lextest.c scan.l
612
$(LEX) scan.l
713
$(CC) -c lex.yy.c
814
$(CC) -c lextest.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp