Makefile oepsies
This commit is contained in:
parent
d43d041d5e
commit
654acfb412
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ client-clean:
|
||||||
cd Buffer; $(MAKE) clean
|
cd Buffer; $(MAKE) clean
|
||||||
clean: client-clean
|
clean: client-clean
|
||||||
client-install: client-clean client
|
client-install: client-clean client
|
||||||
mkdir /tmp/cores
|
mkdir -p /tmp/cores
|
||||||
chmod 777 /tmp/cores
|
chmod 777 /tmp/cores
|
||||||
echo "/tmp/cores/%e.%s.%p" > /proc/sys/kernel/core_pattern
|
echo "/tmp/cores/%e.%s.%p" > /proc/sys/kernel/core_pattern
|
||||||
service xinetd stop
|
service xinetd stop
|
||||||
|
|
Loading…
Add table
Reference in a new issue