From f038883a6e004eb4312ba1e761da06b596e14d3f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:43 +0200 Subject: tagging ychat-0.7.7.0 --- src/mods/commands/CVS/Entries | 4 ++-- src/mods/commands/Makefile | 2 +- src/mods/commands/Makefile.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mods/commands') diff --git a/src/mods/commands/CVS/Entries b/src/mods/commands/CVS/Entries index 0e0d041..85ac1cd 100644 --- a/src/mods/commands/CVS/Entries +++ b/src/mods/commands/CVS/Entries @@ -1,5 +1,5 @@ -/Makefile/1.31/Sun Mar 6 20:44:47 2005// -/Makefile.in/1.8/Sun Mar 6 20:44:47 2005// +/Makefile/1.28/Fri Feb 18 19:48:12 2005// +/Makefile.in/1.7/Thu Jul 8 14:39:03 2004// /yc_about.cpp/1.2/Mon Feb 21 01:55:49 2005// /yc_all.cpp/1.2/Mon Feb 21 01:55:49 2005// /yc_away.cpp/1.9/Mon Feb 21 01:55:49 2005// diff --git a/src/mods/commands/Makefile b/src/mods/commands/Makefile index 977b548..6aec38d 100644 --- a/src/mods/commands/Makefile +++ b/src/mods/commands/Makefile @@ -5,7 +5,7 @@ INCLUDES=`cat ../../includes.add` CFLAGS=`cat ../cflags.add` all: mods $(MODS): - @echo -n "Compiling command module `basename $@ | sed s/\.so// | sed s/yc_//` " + @echo -n "Compiling command module `basename $@` " @if ! test -d `dirname $@`; then mkdir -p `dirname $@`; fi @$(CC) $(CFLAGS) $(INCLUDES) -shared -s -o $@ `echo $(notdir $@) | sed s/.so/.cpp/` @du -hc $@ | tail -n 1 | sed s/total// | sed "s/ //g" diff --git a/src/mods/commands/Makefile.in b/src/mods/commands/Makefile.in index 7ca8455..ce8c00f 100755 --- a/src/mods/commands/Makefile.in +++ b/src/mods/commands/Makefile.in @@ -4,7 +4,7 @@ INCLUDES=`cat ../../includes.add` CFLAGS=`cat ../cflags.add` all: mods $(MODS): - @echo -n "Compiling command module `basename $@ | sed s/\.so// | sed s/yc_//` " + @echo -n "Compiling command module `basename $@` " @if ! test -d `dirname $@`; then mkdir -p `dirname $@`; fi @$(CC) $(CFLAGS) $(INCLUDES) -shared -s -o $@ `echo $(notdir $@) | sed s/.so/.cpp/` @du -hc $@ | tail -n 1 | sed s/total// | sed "s/ //g" -- cgit v1.2.3