1 Star 0 Fork 0

ReviewClouds/netmap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 864 Bytes
一键复制 编辑 原始数据 按行查看 历史
Luigi Rizzo 提交于 2013-11-26 19:57 . remove more non relevant stuff
# $Id$
# targets to build tarballs and diffs
# build a distribution
RELEASE_SRCS := ./sys/net ./sys/dev ./sys/modules ./examples
RELEASE_SRCS += ./README* ./LINUX ./OSX
RELEASE_EXCL := --exclude .svn --exclude examples/testmod
RELEASE_EXCL += --exclude connlib\*
RELEASE_EXCL += --exclude if_epair.diff
#RELEASE_EXCL += --exclude \*-patches
RELEASE_EXCL += --exclude \*bnx2x\* --exclude \*mellanox\* --exclude \*mlx4\*
RELEASE_EXCL += --exclude OSX
all:
@echo "What do you want to do ?"
diff-head:
(cd ~/FreeBSD/head ; \
svn diff sys/conf sys/dev sbin/ifconfig ) > head-netmap.diff
# XXX remember to patch sbin/ifconfig if not done yet
diff-r8:
(cd ~/FreeBSD/RELENG_8 ; \
svn diff sys/conf sys/dev sbin/ifconfig ) > r8-netmap.diff
release:
D=`date +%Y%m%d` && tar cvzf /tmp/$${D}-netmap.tgz \
-s'/^./netmap-release/' $(RELEASE_EXCL) $(RELEASE_SRCS)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ReviewClouds/netmap.git
git@gitee.com:ReviewClouds/netmap.git
ReviewClouds
netmap
netmap
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385