mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[7356] Use tabs for indent in Makefiles
Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
bb1d8d7bc7
commit
74b9874fd8
10 changed files with 434 additions and 432 deletions
|
|
@ -46,7 +46,8 @@ sysconf_DATA = \
|
||||||
mangosd.conf.dist
|
mangosd.conf.dist
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
@list='$(sysconf_DATA)'; for p in $$list; do \
|
@list='$(sysconf_DATA)'
|
||||||
|
for p in $$list; do \
|
||||||
dest=`echo $$p | sed -e s/.dist//`; \
|
dest=`echo $$p | sed -e s/.dist//`; \
|
||||||
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
||||||
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,8 @@ sysconf_DATA = \
|
||||||
realmd.conf.dist
|
realmd.conf.dist
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
@list='$(sysconf_DATA)'; for p in $$list; do \
|
@list='$(sysconf_DATA)'
|
||||||
|
for p in $$list; do \
|
||||||
dest=`echo $$p | sed -e s/.dist//`; \
|
dest=`echo $$p | sed -e s/.dist//`; \
|
||||||
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
||||||
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7355"
|
#define REVISION_NR "7356"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue