$ cd $SUME_FOLDER/lib/hw/xilinx/cores/tcam_v1_1_0/ && make update && make
$ cd $SUME_FOLDER/lib/hw/xilinx/cores/cam_v1_1_0/ && make update && make
$ cd $SUME_SDNET/sw/sume && make
$ cd $SUME_FOLDER && make
Inspecting $SUME_FOLDER/Makefile reveals that its default target all depends on target clean.
I.e. cd $SUME_FOLDER && make will execute make clean in the $SUME_FOLDER.
Hi,
lib/hw/xilinx/cores/tcam_v1_1_0/README
ends with the following note:but in "Steps for initial setup" (step 8) instructs to execute:
Inspecting
$SUME_FOLDER/Makefile
reveals that its default targetall
depends on targetclean
. I.e.cd $SUME_FOLDER && make
will executemake clean
in the$SUME_FOLDER
.Is the README note obsolete?
Regards, Sharlene