GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Pthread pause
[mirrors/Programs.git]
/
c
/
unlink-wrapper
/
Makefile
1
proj
=
unlink-wrapper
2
3
unexport
LD_PRELOAD
4
$(
proj
)
.so
: $(
proj
)
.c
5
$(
CC
) -
shared
-
fPIC
-
ldl
$
?
-
o
$
@
6
# To test:
7
# export LD_PRELOAD=$(PWD)/$@
8
# touch /tmp/deleteme; rm /tmp/deleteme
This page took
0.825298 seconds
and
4
git commands to generate.