Skip to content

Conversation

@davemq
Copy link
Member

@davemq davemq commented Feb 5, 2018

…of the build process.

These changes get the user-mode code to build, but don't touch the kernel extension code.

@davemq davemq self-assigned this Feb 5, 2018
@akhilesh2410
Copy link
Collaborator

Hi Dave,

Makefile for kernext also need to be updated to compile kernext source code.
Please do the needful.

Thanks,
Akhilesh Verma

Copy link
Collaborator

@akhilesh2410 akhilesh2410 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added some review comment on this PR, Please have a look.

.include <${RULES_MK}>
#.include <${RULES_MK}>
all:
for i in $(SUBDIRS); do \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SUBDIR should also have "lib/methods" directory to compile cfg_ipf utility.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can add for "sbin/64" as well if required.

ILIST = ${PROGRAMS} IPFL.README
IPFL.README_IDIR = /usr/lpp/ipfl/
IDIR = /usr/sbin/

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes will not invoke Makefile presents in "./64" directory.
Current makefile can create 64 bit binary for all utilities,but then we will not have binary with <binary_name> and <binary_name>64 ,based on the architecture(i.e. 32 bit and 64 bit).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants