From 616f1992f7cb2b653a23e6065f89830f9fb7e742 Mon Sep 17 00:00:00 2001 From: WANG Cong Date: Wed, 2 Jan 2008 13:55:33 +0800 Subject: [PATCH] --- yaml --- r: 77956 b: refs/heads/master c: 7491a76b23f5100823098b9d5d74ef18a2ca0dc1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/smbfs/Makefile | 20 -------------------- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/[refs] b/[refs] index 81546d75de24..0c9ef7142a9f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: abee8ed09a2093299673400a9cd3882f21e8e767 +refs/heads/master: 7491a76b23f5100823098b9d5d74ef18a2ca0dc1 diff --git a/trunk/fs/smbfs/Makefile b/trunk/fs/smbfs/Makefile index 6673ee82cb4c..4faf8c4722c3 100644 --- a/trunk/fs/smbfs/Makefile +++ b/trunk/fs/smbfs/Makefile @@ -16,23 +16,3 @@ EXTRA_CFLAGS += -DSMBFS_PARANOIA #EXTRA_CFLAGS += -DDEBUG_SMB_TIMESTAMP #EXTRA_CFLAGS += -Werror -# -# Maintainer rules -# - -# getopt.c not included. It is intentionally separate -SRC = proc.c dir.c cache.c sock.c inode.c file.c ioctl.c smbiod.c request.c \ - symlink.c - -proto: - -rm -f proto.h - @echo > proto2.h "/*" - @echo >> proto2.h " * Autogenerated with cproto on: " `date` - @echo >> proto2.h " */" - @echo >> proto2.h "" - @echo >> proto2.h "struct smb_request;" - @echo >> proto2.h "struct sock;" - @echo >> proto2.h "struct statfs;" - @echo >> proto2.h "" - cproto -E "gcc -E" -e -v -I $(TOPDIR)/include -DMAKING_PROTO -D__KERNEL__ $(SRC) >> proto2.h - mv proto2.h proto.h