Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
7a07dbf7
Commit
7a07dbf7
authored
Feb 01, 1992
by
Per Cederqvist
Browse files
c-indexes, not temp-?-Makefile, should depend on specials.
parent
364710d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/Parallell-depend.make
View file @
7a07dbf7
#
# $Id: Parallell-depend.make,v 0.
5
199
1
/0
9/15 09:58:44 linus
Exp $
# $Id: Parallell-depend.make,v 0.
6
199
2
/0
2/01 22:34:14 ceder
Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -29,22 +29,22 @@ depend: temp-A-Makefile temp-B-Makefile temp-C-Makefile \
rm
temp-?-Makefile temp-?-files
echo
depend ready.
temp-A-Makefile
:
c-indexes
specials
temp-A-Makefile
:
c-indexes
-
$(CC)
-M
$(CFLAGS)
`
cat
temp-A-files
`
>
temp-A-Makefile
temp-B-Makefile
:
c-indexes
specials
temp-B-Makefile
:
c-indexes
-
$(CC)
-M
${CFLAGS}
`
cat
temp-B-files
`
>
temp-B-Makefile
temp-C-Makefile
:
c-indexes
specials
temp-C-Makefile
:
c-indexes
-
$(CC)
-M
${CFLAGS}
`
cat
temp-C-files
`
>
temp-C-Makefile
temp-D-Makefile
:
c-indexes
specials
temp-D-Makefile
:
c-indexes
-
$(CC)
-M
${CFLAGS}
`
cat
temp-D-files
`
>
temp-D-Makefile
temp-E-Makefile
:
c-indexes
specials
temp-E-Makefile
:
c-indexes
-
$(CC)
-M
${CFLAGS}
`
cat
temp-E-files
`
>
temp-E-Makefile
c-indexes
:
c-indexes
:
specials
ls
*
.c|
${AWK}
'{ a[i++] = $$1; } \
END { for ( j = 0; j < i; j++ ) \
print a[j] > sprintf("temp-%c-files", 65 + j % 5); }
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment