• A
    Fix aix7_ppc_64 making script · 15c04803
    Adam Lee 提交于
        $ make -j -s install
        ...
        --- subprocess32, Linux only
        /bin/sh: line 3: [: =: unary operator expected
        --- stream
        ...
        Greenplum Database installation complete.
    
    When `$(BLD_ARCH)` is empty, the check becomes `[ = 'aix7_ppc_64' ]`, and gets
    the unary operator expected error.
    15c04803
Makefile 9.9 KB