Skip to content

Commit

Permalink
nfs: remove redundant rule from nfs.mk
Browse files Browse the repository at this point in the history
Signed-off-by: James Archer <[email protected]>
  • Loading branch information
JE-Archer authored and Ivan-Velickovic committed Jan 15, 2025
1 parent 26730b0 commit b5d5afa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/fs/nfs/nfs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ $(CHECK_NFS_FLAGS_MD5):
$(LIBNFS)/CMakeLists.txt $(LIBNFS)/include:
cd $(LIONSOS); git submodule update --init dep/libnfs

$(LIBNFS)/CMakeLists.txt:
cd ${LIONSOS}; git submodule update --init dep/libnfs
libnfs/lib/libnfs.a: $(LIBNFS)/CMakeLists.txt $(MUSL)/lib/libc.a
MUSL=$(abspath $(MUSL)) cmake -S $(LIBNFS) -B libnfs
cmake --build libnfs
Expand Down

0 comments on commit b5d5afa

Please sign in to comment.