zsh-workers
 help / color / mirror / code / Atom feed
00a3e78960648653f185184a04f055a640e69ada blob 821 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
name=zsh/system
link=dynamic
load=no

autofeatures="b:sysread b:syswrite b:sysopen b:sysseek b:syserror p:errnos f:systell"

objects="system.o errnames.o"

headers="errcount.h"

:<<\Make
# careful: ERRNO_H may contain a list
errnames.c: errnames1.awk errnames2.awk $(dir_top)/config.h @ERRNO_H@
	   if [ x"@ERRNO_H@" = x ]; then \
		touch errtmp.out; \
	   else \
		$(AWK) -f $(sdir)/errnames1.awk @ERRNO_H@ >errtmp.c; \
		case "`$(CPP) --version </dev/null 2>&1`" in \
		*"Free Software Foundation"*) \
		$(CPP) -P errtmp.c >errtmp.out;; \
		*) \
		$(CPP) errtmp.c >errtmp.out;; \
		esac; \
	   fi
	   $(AWK) -f $(sdir)/errnames2.awk errtmp.out > $@
	   rm -f errtmp.c errtmp.out

errcount.h: errnames.c
	grep 'define.*ERRCOUNT' errnames.c > $@

clean-here: clean.system
clean.system:
	rm -f errcount.h errnames.c
Make

debug log:

solving 00a3e7896 ...
found 00a3e7896 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).