Skip to content

Commit

Permalink
lowercase modules directory to match other repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
rlane committed Oct 25, 2013
1 parent ad1777a commit 35fc392
Show file tree
Hide file tree
Showing 76 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ ! -e .git/MERGE_MSG ]; then
git diff-index --check --cached $against -- || exit 1

# Check for tabs
srcdirs="Modules targets"
srcdirs="modules targets"
if find $srcdirs -type f -name '*.[ch]' -a \! -name 'openvswitch.h' -a \! -name 'tunnel.h' | xargs grep -n -P '\t'; then
echo "Tabs found"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion INTERNALS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Here's an (abridged) source code tree:
- build: Convenience scripts for building and running IVS.
- debian: Debian packaging.
- indigo: Submodule linking to floodlight/indigo.
- Modules
- modules
- flowtable: Hash-based flowtable implementation.
- OVSDriver: Implementation of Indigo Forwarding/PortManager interfaces
using the openvswitch kernel module.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ clean:
make -C targets/ivs clean
make -C targets/ivs-ctl clean
# The build system creates these even during make clean
rm -f Modules/OVSDriver/OVSDriver.mk targets/ivs-ctl/IVSCtl.mk targets/ivs/Manifest.mk targets/ivs/IVS.mk targets/ivs/dependmodules.x
(cd indigo; rm -f Modules/AIM/AIM.mk Modules/BigData/BigList/BigList.mk Modules/ELS/ELS.mk Modules/FME/FME.mk Modules/IOF/IOF.mk Modules/IVS/IVS.mk Modules/Indigo/OFConnectionManager/OFConnectionManager.mk Modules/Indigo/OFStateManager/OFStateManager.mk Modules/Indigo/SocketManager/SocketManager.mk Modules/Indigo/indigo/indigo.mk Modules/NSS/NSS.mk Modules/PPE/PPE.mk Modules/loci/loci.mk Modules/murmur/murmur.mk Modules/uCli/uCli.mk)
rm -f modules/OVSDriver/OVSDriver.mk targets/ivs-ctl/IVSCtl.mk targets/ivs/Manifest.mk targets/ivs/IVS.mk targets/ivs/dependmodules.x
(cd indigo; rm -f modules/AIM/AIM.mk modules/BigData/BigList/BigList.mk modules/ELS/ELS.mk modules/FME/FME.mk modules/IOF/IOF.mk modules/IVS/IVS.mk modules/Indigo/OFConnectionManager/OFConnectionManager.mk modules/Indigo/OFStateManager/OFStateManager.mk modules/Indigo/SocketManager/SocketManager.mk modules/Indigo/indigo/indigo.mk modules/NSS/NSS.mk modules/PPE/PPE.mk modules/loci/loci.mk modules/murmur/murmur.mk modules/uCli/uCli.mk)

deb:
fakeroot make -f debian/rules binary
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Files: *
Copyright: 2012, 2013 Big Switch Networks, Inc.
License: EPL-1.0

Files: Modules/OVSDriver/module/src/openvswitch.h
Files: modules/OVSDriver/module/src/openvswitch.h
Copyright: 2007-2011 Nicira
License: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion init.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export SUBMODULE_INDIGO
export SUBMODULE_LUAJIT2
export BUILDER := $(SUBMODULE_INFRA)/builder/unix

MODULE_DIRS := $(ROOT)/Modules \
MODULE_DIRS := $(ROOT)/modules \
$(SUBMODULE_INFRA)/modules \
$(SUBMODULE_BIGCODE)/modules \
$(SUBMODULE_INDIGO)/modules
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 35fc392

Please sign in to comment.