[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tyndur-devel] [PATCH] FTP-Client
On Sun, Sep 27, 2009 at 12:23:10PM +0200, Paul Lange wrote:
> *ftp: Befehl rm wurde hinzugefügt! Ist ja doof ohne löschen auf dem Server ;-)
>
> Signed-off-by: Paul Lange <matheeguru@xxxxxx>
> ---
> Makefile | 5 ++---
> src/modules/c/ftp/command.c | 12 ++++++++++++
> src/modules/c/ftp/command.h | 6 +++++-
> src/modules/c/ftp/help.c | 1 +
> src/modules/c/ftp/main.c | 10 ++++++++++
> 5 files changed, 30 insertions(+), 4 deletions(-)
Danke, ist (leicht verändert) drin.
Bitte achte drauf, dass deine Patches in der ersten Zeile eine
Überschrift haben, die schon aussagt, was der Patch macht. Also besser
"ftp: Dateien löschen" statt einfach nur "FTP-Client" (den gab es ja
bisher schon).
>
> diff --git a/Makefile b/Makefile
> index 9b63409..63c8c47 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -5,7 +5,7 @@ PPC=fpc -n -Cn -CX -Ttyndur -Fu../lib/units -Fu../units
> ASM_ELF=nasm -felf -O99
> ASM_BIN=nasm -fbin -O99
>
> -BUILD_ROOT=/home/kevin/entwicklung/tyndur/build/output
> +BUILD_ROOT=/home/paul/Projekte/tyndur/build/output
> BUILD_DIR=$(BUILD_ROOT)
>
> AS=as -32
> @@ -22,11 +22,10 @@ obj:
>
> subdirs:
> $(MAKE) --no-print-directory -sC doc
> - $(MAKE) --no-print-directory -sC patches
> $(MAKE) --no-print-directory -sC src
>
> clean:
> - rm -f *.o *.a *.mod
> + rm -f *.o *.a *.mod *.ppu link.res ppas.sh tyndur
> for file in *; do if [ -f "$$file/Makefile" -a \( ! -f "$$file/.nobuild" -o -f "$$file/.ignorenobuild" \) ]; then $(MAKE) -sC "$$file" clean; rm "$$file/Makefile"; fi done
>
> .SILENT: all makefiles subdirs obj clean clean_root updateroot image-floppy image-hd test-qemu test-qemu-hd
Und die geänderte Makefile nicht committen, da braucht keiner deine Version.
;-)