Reduce spurious recompilations for Linux 2.4 datapath.
authorBen Pfaff <blp@nicira.com>
Fri, 2 May 2008 22:51:08 +0000 (15:51 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 2 May 2008 22:51:08 +0000 (15:51 -0700)
commit53cceda7ad4a8ade4006d62a554b725964150472
tree17963f325ba693514c4df9d9394686e6a6cf7ca1
parent3ef905e11a2448dbd9f7a493e6ac1071f827b875
Reduce spurious recompilations for Linux 2.4 datapath.

We need object files to depend on the build directories, so that the
build directories get created before we try to output files into them.
But making them depend directly on the build directories means that
whenever a build directory changes (including any change to the set of
files inside it) all the source files get recompiled.  So, instead, make
them depend on dummy files inside the directories, which will only get
modified if someone does it intentionally.
datapath/Modules.mk
datapath/linux-2.4/Makefile.in